Skip to content

Commit

Permalink
increase memory requirement in NF test script
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Mar 7, 2024
1 parent 0dd84fb commit ab01b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-genomes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ process bakta {
errorStrategy 'retry'
maxRetries 3
cpus 8
memory { 8.GB * task.attempt }
memory { 16.GB * task.attempt }
conda "${baseDir}/../environment.yml"

input:
Expand Down

0 comments on commit ab01b6a

Please sign in to comment.