Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Oct 9, 2024
1 parent 76c5616 commit 452850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/utils_nfcore_rnaseq_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ def getInferexperimentStrandedness(inferexperiment_file, stranded_threshold = 0.
if (pe_antisense_matcher) reverseFragments = pe_antisense_matcher[0][1].toFloat() * 100
}

return calculateStrandedness(forwardFragments, reverseFragments, unstrandedFragments, stranded_threshold, unstranded_threshold)
// Use shared calculation function to determine strandedness
return calculateStrandedness(forwardFragments, reverseFragments, unstrandedFragments, stranded_threshold, unstranded_threshold)
}

//
Expand Down

0 comments on commit 452850a

Please sign in to comment.