pysam¶
Summary¶
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.
Versions¶
- 0.8.4
License¶
MIT
Meta¶
package:
name: pysam
version: 0.8.4
source:
fn: pysam-0.8.4.tar.gz
url: https://pypi.python.org/packages/source/p/pysam/pysam-0.8.4.tar.gz
md5: 1357038e50e49b79ba02868ac2dbe2c1
build:
number: 0
requirements:
build:
- python
- setuptools
- cython
run:
- python
test:
imports:
- pysam
about:
home: https://github.com/pysam-developers/pysam
license: MIT
summary: 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.