Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subworkflows/local/convert_stats.nf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ workflow CONVERT_STATS {

// Set the BAM and BAI channels for emission
ch_bam = SAMTOOLS_REINDEX.out.bam
ch_bai = SAMTOOLS_REINDEX.out.bai
ch_bai = SAMTOOLS_REINDEX.out.bai.mix(SAMTOOLS_REINDEX.out.csi)

// If using BAM for stats, use the reindexed BAM
if ( !("cram" in outfmt_options) ) {
Expand Down