Skip to content

Commit

Permalink
Merge pull request nf-core#160 from nf-core/fix_sra_ftp_aws_public_co…
Browse files Browse the repository at this point in the history
…ntainer

fix: container images for AWS corrected
  • Loading branch information
drpatelh authored May 16, 2023
2 parents 7a5417d + 255190e commit 1b9d187
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/public_aws_ecr.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ docker.registry = 'public.ecr.aws'
podman.registry = 'public.ecr.aws'

process {
withName: '.*:SRA_IDS_TO_RUNINFO' {
container = 'quay.io/biocontainers/python:3.9--1'
}
withName: '.*:SRA_RUNINFO_TO_FTP' {
container = 'quay.io/biocontainers/python:3.9--1'
}
withName: '.*:MULTIQC_MAPPINGS_CONFIG' {
container = 'quay.io/biocontainers/python:3.9--1'
}
withName: '.*:SRATOOLS_FASTERQDUMP' {
container = 'quay.io/biocontainers/mulled-v2-5f89fe0cd045cb1d615630b9261a1d17943a9b6a:6a9ff0e76ec016c3d0d27e0c0d362339f2d787e6-0'
}
Expand Down

0 comments on commit 1b9d187

Please sign in to comment.