Skip to content

Commit 1b9d187

Browse files
authored
Merge pull request #160 from nf-core/fix_sra_ftp_aws_public_container
fix: container images for AWS corrected
2 parents 7a5417d + 255190e commit 1b9d187

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

conf/public_aws_ecr.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ docker.registry = 'public.ecr.aws'
1212
podman.registry = 'public.ecr.aws'
1313

1414
process {
15+
withName: '.*:SRA_IDS_TO_RUNINFO' {
16+
container = 'quay.io/biocontainers/python:3.9--1'
17+
}
18+
withName: '.*:SRA_RUNINFO_TO_FTP' {
19+
container = 'quay.io/biocontainers/python:3.9--1'
20+
}
21+
withName: '.*:MULTIQC_MAPPINGS_CONFIG' {
22+
container = 'quay.io/biocontainers/python:3.9--1'
23+
}
1524
withName: '.*:SRATOOLS_FASTERQDUMP' {
1625
container = 'quay.io/biocontainers/mulled-v2-5f89fe0cd045cb1d615630b9261a1d17943a9b6a:6a9ff0e76ec016c3d0d27e0c0d362339f2d787e6-0'
1726
}

0 commit comments

Comments
 (0)