Skip to content

Commit de1c9d7

Browse files
committed
main - upd error message
1 parent 0a2ac74 commit de1c9d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if( params.step == "Step1" ) {
123123
}
124124

125125
if (params.hp == true && params.seqplatform == "Illumina" && params.illumina_keep_notmerged == true) {
126-
println( errorMsg("Homopolymer compression is not implemented for Illumina non-merged reads.", params.monochrome_logs))
126+
println( errorMsg("Homopolymer compression is not implemented for Illumina non-merged reads (add `--hp false` to your command).", params.monochrome_logs))
127127
exit(1)
128128
}
129129
if (params.seqplatform == "Illumina" && params.demultiplexed == true) {

0 commit comments

Comments
 (0)