You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
127
127
exit(1)
128
128
}
129
129
if (params.seqplatform =="Illumina"&& params.demultiplexed ==true) {
0 commit comments