Skip to content

Commit

Permalink
Add ubuntu containers to public_aws_ecr.config
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed May 14, 2023
1 parent 740b2ce commit f510057
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/public_aws_ecr.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ process {
withName: '.*:SRATOOLS_FASTERQDUMP' {
container = 'quay.io/biocontainers/mulled-v2-5f89fe0cd045cb1d615630b9261a1d17943a9b6a:6a9ff0e76ec016c3d0d27e0c0d362339f2d787e6-0'
}
withName: '.*:SRA_MERGE_SAMPLESHEET' {
container = 'quay.io/nf-core/ubuntu:20.04'
}
withName: '.*:SYNAPSE_MERGE_SAMPLESHEET' {
container = 'quay.io/nf-core/ubuntu:20.04'
}
}

0 comments on commit f510057

Please sign in to comment.