We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a5417d + 255190e commit 1b9d187Copy full SHA for 1b9d187
conf/public_aws_ecr.config
@@ -12,6 +12,15 @@ docker.registry = 'public.ecr.aws'
12
podman.registry = 'public.ecr.aws'
13
14
process {
15
+ withName: '.*:SRA_IDS_TO_RUNINFO' {
16
+ container = 'quay.io/biocontainers/python:3.9--1'
17
+ }
18
+ withName: '.*:SRA_RUNINFO_TO_FTP' {
19
20
21
+ withName: '.*:MULTIQC_MAPPINGS_CONFIG' {
22
23
24
withName: '.*:SRATOOLS_FASTERQDUMP' {
25
container = 'quay.io/biocontainers/mulled-v2-5f89fe0cd045cb1d615630b9261a1d17943a9b6a:6a9ff0e76ec016c3d0d27e0c0d362339f2d787e6-0'
26
}
0 commit comments