Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Manning <[email protected]>
  • Loading branch information
siddharthab and pinin4fjords authored Nov 6, 2024
1 parent e5d9d4b commit f4d6b0d
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 @@ -271,7 +271,7 @@ workflow RNASEQ {

// Name sort BAM before passing to Salmon
SAMTOOLS_SORT (
umi_dedup_transcriptome.out.bam,
UMI_DEDUP_TRANSCRIPTOME.out.bam,
ch_fasta.map { [ [:], it ] }
)

Expand Down

0 comments on commit f4d6b0d

Please sign in to comment.