We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a3244 commit 8b07119Copy full SHA for 8b07119
nextflow.config
@@ -121,7 +121,7 @@ process {
121
time = { check_max( 16.h * task.attempt, 'time' ) }
122
}
123
withLabel:process_long {
124
- time = { check_max( 20.h * task.attempt, 'time' ) }
+ time = { check_max( 48.h * task.attempt, 'time' ) }
125
126
withLabel:process_high_memory {
127
memory = { check_max( 200.GB * task.attempt, 'memory' ) }
0 commit comments