Skip to content

Commit

Permalink
removing samtoos flagstat in eager.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
jbv2 committed Jan 31, 2025
1 parent 9b1cd04 commit ce38e45
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions workflows/eager.nf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ include { FALCO } from '../modules
include { MTNUCRATIO } from '../modules/nf-core/mtnucratio/main'
include { HOST_REMOVAL } from '../modules/local/host_removal'
include { ENDORSPY } from '../modules/nf-core/endorspy/main'
include { SAMTOOLS_FLAGSTAT as SAMTOOLS_FLAGSTATS_BAM_INPUT } from '../modules/nf-core/samtools/flagstat/main'
include { BEDTOOLS_COVERAGE as BEDTOOLS_COVERAGE_DEPTH } from '../modules/nf-core/bedtools/coverage/main'
include { BEDTOOLS_COVERAGE as BEDTOOLS_COVERAGE_BREADTH } from '../modules/nf-core/bedtools/coverage/main'
include { SAMTOOLS_VIEW_GENOME } from '../modules/local/samtools_view_genome.nf'
Expand Down Expand Up @@ -205,13 +204,6 @@ workflow EAGER {
ch_bams_from_input = ch_samplesheet_bams.join( SAMTOOLS_INDEX_BAM_INPUT.out.bai )
}

//
// MODULE: flagstats of user supplied input BAMs
// Maybe remove if subworkflow is already running it?
// 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

// SUBWORKFLOW: Merging lanes for ch_bams_from_input

MERGE_LANES_INPUTBAM(ch_bams_from_input)
Expand Down

0 comments on commit ce38e45

Please sign in to comment.