Skip to content

Commit 7b6915c

Browse files
authored
Update main.nf
1 parent 4e34945 commit 7b6915c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/rnaseq/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ workflow RNASEQ {
611611
ch_strand_comparison = BAM_RSEQC.out.inferexperiment_txt
612612
.map {
613613
meta, strand_log ->
614-
def rseqc_inferred_strand = getInferexperimentStrandedness(strand_log, stranded_threshold = params.stranded_threshold, unstranded_threshold = params.unstranded_threshold)
614+
def rseqc_inferred_strand = getInferexperimentStrandedness(strand_log, params.stranded_threshold, params.unstranded_threshold)
615615
rseqc_strandedness = rseqc_inferred_strand.inferred_strandedness
616616

617617
def status = 'fail'

0 commit comments

Comments
 (0)