Skip to content

Commit

Permalink
fix samtools/sort usage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Mar 8, 2024
1 parent c827f74 commit 12f0441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/rnaseq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@ workflow RNASEQ {

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

// Only run prepare_for_rsem.py on paired-end BAM files
Expand Down

0 comments on commit 12f0441

Please sign in to comment.