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
//Create empty channels to make sure later mix() does not fail
228
+
ch_bwa_index_existing =Channel.empty()
229
+
ch_bwa_index_bwamem_existing =Channel.empty()
231
230
}
232
231
233
232
//Validate that either pairedEnd or singleEnd has been specified by the user!
@@ -885,10 +884,10 @@ process markDup{
885
884
}
886
885
887
886
//If no deduplication runs, the input is mixed directly from samtools filter, if it runs either markdup or dedup is used thus mixed from these two channels
0 commit comments