We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc03b83 commit a12a08dCopy full SHA for a12a08d
subworkflows/local/utils_nfcore_phaseimpute_pipeline/main.nf
@@ -410,7 +410,7 @@ def validateInputParameters() {
410
if (!params.tools.split(',').find { it in ["glimpse2", "minimac4"] }) {
411
assert params.posfile : "No --posfile provided for --steps impute"
412
}
413
- // Required by all tools except STITCH and MINIMAC4
+ // Required by all tools except stitch and minimac4
414
if (!params.tools.split(',').any { it in ['stitch', 'minimac4'] }) {
415
assert params.chunks : "No --chunks provided for --steps impute"
416
0 commit comments