slackbuilds/academic/pysam
Rob van Nues 6b9af1ae13 academic/pysam: Added (read/write genomic data sets).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-16 07:15:00 +07:00
..
README academic/pysam: Added (read/write genomic data sets). 2017-09-16 07:15:00 +07:00
pysam.SlackBuild academic/pysam: Added (read/write genomic data sets). 2017-09-16 07:15:00 +07:00
pysam.info academic/pysam: Added (read/write genomic data sets). 2017-09-16 07:15:00 +07:00
slack-desc academic/pysam: Added (read/write genomic data sets). 2017-09-16 07:15:00 +07:00

README

Pysam is a python module for reading and manipulating files in the
SAM/BAM format. The SAM/BAM format is a way to store efficiently large
numbers of alignments (`Li 2009`_), such as those routinely created by
next-generation sequencing methods.

Pysam is a lightweight wrapper of the samtools_ C-API. Pysam also
includes an interface for tabix_.