README 491 B

123456789101112
  1. Pysam is a python module for reading and manipulating files in the
  2. SAM/BAM format. The SAM/BAM format is a way to store efficiently large
  3. numbers of alignments (Li 2009), such as those routinely created by
  4. next-generation sequencing methods.
  5. Pysam is a lightweight wrapper of the samtools_ C-API. Pysam also
  6. includes an interface for tabix.
  7. Reference: Li et al. Bioinformatics. 2009 Aug 15;25(16):2078-9.
  8. doi: 10.1093/bioinformatics/btp352.
  9. The Sequence Alignment/Map format and SAMtools.