Clips read alignments where they match BED file defined regions
meta
Groovy Map containing sample information e.g. [ id:‘test’, single_end
bam
BAM/CRAM/SAM file
*.{bam,cram,sam}
bed
BED file of regions to be removed (e.g. amplicon primers)
*.{bed}
save_cliprejects
Save filtered reads to a file
save_clipstats
Save clipping stats to a file
versions
File containing software versions
versions.yml
Clipped reads BAM file
*.{bam}
stats
Clipping statistics text file
*.{clipstats.txt}
rejects_bam
Filtered reads BAM file
*.{cliprejects.bam}
SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA.