Skip to content

Commit

Permalink
adjusting resources to reflect improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DOH-JDJ0303 committed Jul 18, 2024
1 parent c20f2f2 commit 51e512e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ process {
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
time = { check_max( 16.h * task.attempt, 'time' ) }
}
withLabel:process_very_high {
cpus = { check_max( 64 * task.attempt, 'cpus' ) }
memory = { check_max( 8.GB * task.attempt, 'memory' ) }
time = { check_max( 100.h * task.attempt, 'time' ) }
}
withLabel:process_long {
time = { check_max( 20.h * task.attempt, 'time' ) }
}
Expand Down
2 changes: 1 addition & 1 deletion modules/local/consensus.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process CONSENSUS {
tag "${prefix}"
label 'process_very_high'
label 'process_high'
stageInMode 'copy'

input:
Expand Down

0 comments on commit 51e512e

Please sign in to comment.