Skip to content

Commit

Permalink
update hpc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzer committed Sep 30, 2020
1 parent 93bccf0 commit 47eaf9a
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 @@ -215,7 +215,7 @@ profiles {
includeConfig 'configs/container.config'

process {
withLabel: spades { cpus = 32; memory = {400.GB * task.attempt}; clusterOptions = '-P bigmem'; errorStrategy = { task.exitStatus in 1 || 130..140 ? 'retry' : 'terminate' }; maxRetries = 4; }
withLabel: spades { cpus = 32; memory = {1600.GB * task.attempt}; clusterOptions = '-P bigmem'; errorStrategy = { task.exitStatus in 1 || 130..140 ? 'retry' : 'terminate' }; maxRetries = 4; }
}
}

Expand Down

0 comments on commit 47eaf9a

Please sign in to comment.