carolinux / pysam

Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pysam

pysam build status

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.

The latest version is available through pypi. To install, simply type:

pip install pysam

Pysam documentation is available through https://readthedocs.org/ from here

Questions and comments are very welcome and should be sent to the pysam user group

About

Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix.

License:MIT License


Languages

Language:C 75.1%Language:Python 22.5%Language:Makefile 0.7%Language:C++ 0.6%Language:Groff 0.5%Language:Perl 0.4%Language:Shell 0.2%