Skip to content

Commit 452850a

Browse files
authored
Apply suggestions from code review
1 parent 76c5616 commit 452850a

File tree

1 file changed

+1
-1
lines changed
  • subworkflows/local/utils_nfcore_rnaseq_pipeline

1 file changed

+1
-1
lines changed

subworkflows/local/utils_nfcore_rnaseq_pipeline/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@ def getInferexperimentStrandedness(inferexperiment_file, stranded_threshold = 0.
628628
if (pe_antisense_matcher) reverseFragments = pe_antisense_matcher[0][1].toFloat() * 100
629629
}
630630

631-
return calculateStrandedness(forwardFragments, reverseFragments, unstrandedFragments, stranded_threshold, unstranded_threshold)
632631
// Use shared calculation function to determine strandedness
632+
return calculateStrandedness(forwardFragments, reverseFragments, unstrandedFragments, stranded_threshold, unstranded_threshold)
633633
}
634634

635635
//

0 commit comments

Comments
 (0)