We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2323d85 commit 11a3bbbCopy full SHA for 11a3bbb
modules/subworkflows/preprocess.nf
@@ -34,7 +34,7 @@ workflow PREPROC {
34
// split and group target
35
splittgt(ch_target)
36
tgt_lift = splittgt.out.tgt_lift_ch
37
- if ( params.aligner.toLowerCase() == 'gsalign' || (params.aligner == 'minimap2' && params.mm2_full_alignment) ){
+ if ( params.aligner.toLowerCase() == 'gsalign' || (params.aligner == 'minimap2' && params.minimap2_full_alignment) ){
38
ch_fragm_tgt_out = splittgt.out.tgtsplit_ch
39
ch_fragm_tgt_fa = splittgt.out.tgtfas_ch
40
.flatten()
0 commit comments