We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c0c3d commit ce0ed8dCopy full SHA for ce0ed8d
workflows/chipseq.nf
@@ -297,7 +297,7 @@ workflow CHIPSEQ {
297
ch_versions = ch_versions.mix(MARK_DUPLICATES_PICARD.out.versions)
298
299
//
300
- // SUBWORKFLOW: Fix getting name sorted BAM here for PE/SE
+ // SUBWORKFLOW: Filter BAM file with BamTools
301
302
FILTER_BAM_BAMTOOLS (
303
MARK_DUPLICATES_PICARD.out.bam.join(MARK_DUPLICATES_PICARD.out.bai, by: [0]),
0 commit comments