Convert SICER output to BED and broadPeak format
The module converts a BAM file to FASTQ format. It uses samtools bam2fq if reads are single end, or picard SamToFastq if reads are paired.
The module converts a BED file to SAF (simplified annotation format)
Find consensus peaks from two or more peak files. The consensus_peaks subworkflow is a re-implementation of this module; new pipelines should use the subworkflow instead.
Count reads in a fastq file
Reformat consensus peaks from bedtools merge. Used in the consensus_peaks subworkflow.