Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jun 19, 2024
1 parent 302e456 commit bcbfe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/rnaseq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ workflow RNASEQ {
.out
.lib_format_counts
.join(ch_strand_fastq.auto_strand)
.map {
.map {
meta, json, reads ->
def salmon_strand_analysis = getSalmonInferredStrandedness(json, stranded_threshold=params.stranded_threshold, unstranded_threshold=params.unstranded_threshold)
strandedness = salmon_strand_analysis.inferred_strandedness
Expand Down

0 comments on commit bcbfe37

Please sign in to comment.