Skip to content

Commit

Permalink
pick up csi indices for SAMTOOLS_FLAGSTATS_BAM_INPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Jul 25, 2024
1 parent 2fe53bd commit 7765f16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions workflows/eager.nf
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,7 @@ workflow EAGER {
//
// MODULE: flagstats of user supplied input BAMs
//
ch_bam_bai_input = ch_samplesheet_bams
.join(SAMTOOLS_INDEX_BAM_INPUT.out.bai)

SAMTOOLS_FLAGSTATS_BAM_INPUT ( ch_bam_bai_input )
SAMTOOLS_FLAGSTATS_BAM_INPUT ( ch_bams_from_input )
ch_versions = ch_versions.mix( SAMTOOLS_FLAGSTATS_BAM_INPUT.out.versions )
ch_flagstat_input_bam = SAMTOOLS_FLAGSTATS_BAM_INPUT.out.flagstat // For endorspy

Expand Down

0 comments on commit 7765f16

Please sign in to comment.