Skip to content

Commit

Permalink
Increase memory for BWAAlign
Browse files Browse the repository at this point in the history
Indexing is failing on large sequence file
  • Loading branch information
JocelynSP authored May 31, 2024
1 parent effa748 commit 05b45c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ process {
withLabel:BWAAlign {
queue='regular'
cpus = 5
memory={ 4.GB * task.attempt }
memory={ 8.GB * task.attempt }
time='12h'
errorStrategy ={ 'retry' }
maxRetries= 5
Expand Down

0 comments on commit 05b45c6

Please sign in to comment.