Skip to content

Commit

Permalink
Merge branch 'aws' into 'dev'
Browse files Browse the repository at this point in the history
aws fix

See merge request epi2melabs/workflow-containers/wf-bacterial-genomes!26
  • Loading branch information
sarahjeeeze committed May 11, 2022
2 parents 8f4db5f + 9662039 commit 929b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ profiles {
executor = 'awsbatch'
queue = "${params.aws_queue}"
memory = '8G'
withLabel:containerCPU {
withLabel:wfbacterialgenomes {
container = "${params.aws_image_prefix}-wf-bacterial-genomes:${params.wfversion}"
}
withLabel:prokka {
Expand Down

0 comments on commit 929b36f

Please sign in to comment.