Skip to content

Commit a4efbde

Browse files
authored
Merge pull request #335 from nf-core/fix-334
Add `check_max` to AlevinQC time limit
2 parents 7286aa6 + da41396 commit a4efbde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conf/modules.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ if (params.aligner == "alevin") {
166166
]
167167
ext.args = "-r cr-like"
168168
}
169-
//Fix for issue 196
169+
// Fix for issue 196
170+
// Modified for issue 334
170171
withName: 'ALEVINQC' {
171-
time = '120.h'
172+
time = { check_max( 120.h, 'time' ) }
172173
}
173174
}
174175
}

0 commit comments

Comments
 (0)