Samtools is a suite of programs for interacting with high-throughput sequencing data.
Samtools is a suite of bioinformatics programs for interacting with high-throughput sequencing data. It consists of three separate repositories:
- Samtools Reading/writing/editing/indexing/viewing SAM/BAM/CRAM format
- bcftools Reading/writing BCF2/VCF/gVCF files and calling/filtering/summarising SNP and short indel sequence variants
- HTSlib A C library for reading/writing high-throughput sequencing data Samtools and BCFtools both use HTSlib internally, but these source packages contain their own copies of htslib so they can be built independently.
Links:
- home page: http://www.htslib.org/
- GitHub: https://github.com/samtools/
- SourceForge: https://sourceforge.net/projects/samtools/files/samtools/
- SAM Sequence Alignment/Map format is a generic format for storing large nucleotide sequence alignments.