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 4e34945 commit 7b6915cCopy full SHA for 7b6915c
workflows/rnaseq/main.nf
@@ -611,7 +611,7 @@ workflow RNASEQ {
611
ch_strand_comparison = BAM_RSEQC.out.inferexperiment_txt
612
.map {
613
meta, strand_log ->
614
- def rseqc_inferred_strand = getInferexperimentStrandedness(strand_log, stranded_threshold = params.stranded_threshold, unstranded_threshold = params.unstranded_threshold)
+ def rseqc_inferred_strand = getInferexperimentStrandedness(strand_log, params.stranded_threshold, params.unstranded_threshold)
615
rseqc_strandedness = rseqc_inferred_strand.inferred_strandedness
616
617
def status = 'fail'
0 commit comments