Skip to content

Commit ce0ed8d

Browse files
committed
Remove redundanct comment
1 parent c4c0c3d commit ce0ed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/chipseq.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ workflow CHIPSEQ {
297297
ch_versions = ch_versions.mix(MARK_DUPLICATES_PICARD.out.versions)
298298

299299
//
300-
// SUBWORKFLOW: Fix getting name sorted BAM here for PE/SE
300+
// SUBWORKFLOW: Filter BAM file with BamTools
301301
//
302302
FILTER_BAM_BAMTOOLS (
303303
MARK_DUPLICATES_PICARD.out.bam.join(MARK_DUPLICATES_PICARD.out.bai, by: [0]),

0 commit comments

Comments
 (0)