samtools/samtools
Tools (written in C using htslib) for manipulating next-generation sequencing data observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 98
- Release rhythm 92
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 22.5
- age_days: 5290
- days_rel: 54
- days_push: 12
- n_releases_24m: 11
Adoption not part of the score
1945 stars · 614 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SAMtools is a suite of C command-line programs, built on HTSlib, for reading, writing, editing, indexing, sorting, and viewing SAM/BAM/CRAM high-throughput sequencing files. It is the de facto standard toolkit for manipulating next-generation sequencing alignment data.
Use cases
- convert SAM files to BAM or CRAM format
- sort and index a BAM alignment file
- extract reads overlapping a genomic region from a BAM
- compute alignment statistics for a sequencing run
- call variants with mpileup
- mark PCR duplicates in aligned reads
- view and filter reads from a large BAM file
When to choose
- you work with SAM/BAM/CRAM sequencing data in genomics pipelines
- you need fast, memory-efficient command-line manipulation of alignment files
- you need a mature, widely cited tool for reproducible bioinformatics workflows
When to avoid
- you need a GUI for exploring alignments interactively
- you need VCF/BCF variant file manipulation (use bcftools instead)
- you need a library API for sequencing formats in your own code (use htslib directly)
Facets
cli-tool · maturity stable
cli parser file-system data-science bioinformatics developer-tools windows cpp cli sam bam cram genomics sequencing htslib variant-calling bioinformatics command-line linux macos
3 sources
- readme: https://github.com/samtools/samtools · fetched 2026-08-28 · dde923ec3f10
- homepage: http://htslib.org/ · fetched 2026-08-29 · 20f48e5195de
- site_page: https://www.htslib.org/doc · fetched 2026-08-29 · c0803321c06c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| samtools/samtools | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="samtools/samtools")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem