README 925 B

1234567891011121314151617
  1. SAM (Sequence Alignment/Map) format is a generic format for storing
  2. large nucleotide sequence alignments. The original samtools package has
  3. been split into three separate but tightly coordinated projects: htslib
  4. (C library for handling high-throughput sequencing data), samtools (for
  5. handling SAM, BAM, CRAM), and bcftools (for handling VCF and BCF).
  6. Samtools is now distributed as an individual package. Installation is
  7. set up so that the code uses an external HTSlib (also at SBo). Although
  8. deprecated upstream, in the case that people need parts of
  9. samtools-legacy (e.g header files or libbam) these can be installed from
  10. this package by modifying the samtools.Slackbuild. Note that the sam.h
  11. of htslib differs from sam.h coming with samtools.
  12. Prior to the introduction of HTSlib, SAMtools and BCFtools were
  13. distributed in a single samtools-0.1.x package. This old version remains
  14. available from SBo as samtools-legacy.