Skip to content

Commit

Permalink
Remove globs in public_ecr_aws profile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jun 1, 2023
1 parent 786a3b1 commit f88f8d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conf/public_aws_ecr.config
Expand Up @@ -12,25 +12,25 @@ docker.registry = 'public.ecr.aws'
podman.registry = 'public.ecr.aws'

process {
withName: '.*:CONCAT_H5AD' {
withName: 'CONCAT_H5AD' {
container = 'quay.io/biocontainers/scanpy:1.7.2--pyhdfd78af_0'
}
withName: '.*:GENE_MAP' {
withName: 'GENE_MAP' {
container = 'quay.io/biocontainers/python:3.8.3'
}
withName: '.*:GTF_GENE_FILTER' {
withName: 'GTF_GENE_FILTER' {
container = 'quay.io/biocontainers/python:3.9--1'
}
withName: '.*:GUNZIP' {
withName: 'GUNZIP' {
container = 'quay.io/nf-core/ubuntu:20.04'
}
withName: '.*:MTX_TO_H5AD' {
withName: 'MTX_TO_H5AD' {
container = 'quay.io/biocontainers/scanpy:1.7.2--pyhdfd78af_0'
}
withName: '.*:SAMPLESHEET_CHECK' {
withName: 'SAMPLESHEET_CHECK' {
container = 'quay.io/biocontainers/python:3.8.3'
}
withName: '.*:STAR_GENOMEGENERATE' {
withName: 'STAR_GENOMEGENERATE' {
container = 'quay.io/biocontainers/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:1df389393721fc66f3fd8778ad938ac711951107-0'
}
}

0 comments on commit f88f8d3

Please sign in to comment.