Skip to content

Commit

Permalink
Update resource requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chbk committed Jun 24, 2022
1 parent b3c5c52 commit 10275a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ params.max_memory =

params.max_time =
params.containsKey('max-time') ?
params.'max-time' as nextflow.util.Duration : 18.h
params.'max-time' as nextflow.util.Duration : 24.h

if (!params.output) {
error += '\nNo --output provided\n'
Expand Down

0 comments on commit 10275a0

Please sign in to comment.