Skip to content

Commit a12a08d

Browse files
authored
Update subworkflows/local/utils_nfcore_phaseimpute_pipeline/main.nf
1 parent cc03b83 commit a12a08d

File tree

1 file changed

+1
-1
lines changed
  • subworkflows/local/utils_nfcore_phaseimpute_pipeline

1 file changed

+1
-1
lines changed

subworkflows/local/utils_nfcore_phaseimpute_pipeline/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def validateInputParameters() {
410410
if (!params.tools.split(',').find { it in ["glimpse2", "minimac4"] }) {
411411
assert params.posfile : "No --posfile provided for --steps impute"
412412
}
413-
// Required by all tools except STITCH and MINIMAC4
413+
// Required by all tools except stitch and minimac4
414414
if (!params.tools.split(',').any { it in ['stitch', 'minimac4'] }) {
415415
assert params.chunks : "No --chunks provided for --steps impute"
416416
}

0 commit comments

Comments
 (0)