slackbuilds_ponce/academic/pysam
Rob van Nues 89c7353cd3
academic/pysam: Fix permission.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-03-14 06:27:44 +07:00
..
pysam.info
pysam.SlackBuild academic/pysam: Fix permission. 2020-03-14 06:27:44 +07:00
README
slack-desc

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.

Reference: Li et al. Bioinformatics. 2009 Aug 15;25(16):2078-9.
doi: 10.1093/bioinformatics/btp352.
The Sequence Alignment/Map format and SAMtools.