Imported Upstream version 0.7.3
authorCharles Plessy <plessy@debian.org>
Fri, 9 Aug 2013 09:34:33 +0000 (18:34 +0900)
committerCharles Plessy <plessy@debian.org>
Fri, 9 Aug 2013 09:34:33 +0000 (18:34 +0900)
commit14c14ac0fd1811c9ee22b51f501a5a66b279e509
tree820b272ff9aa0675448905b2d79fef850e10ede3
parent51573cd75c6cee3d197a5bccaf8be98856af176a
Imported Upstream version 0.7.3
23 files changed:
MANIFEST.in
PKG-INFO
distribute_setup.py
pysam.egg-info/PKG-INFO
pysam.egg-info/SOURCES.txt
pysam.egg-info/requires.txt
pysam.egg-info/top_level.txt
pysam/__init__.py
pysam/alternatives.py [new file with mode: 0644]
pysam/ctabix.c
pysam/ctabix.pyx
pysam/cvcf.c
pysam/cvcf.pyx
pysam/version.py
setup.py
tabix/bedidx.c [new file with mode: 0644]
tabix/bgzf.c [new file with mode: 0644]
tabix/bgzip.c [new file with mode: 0644]
tabix/index.c [new file with mode: 0644]
tabix/knetfile.c [new file with mode: 0644]
tabix/kstring.c [new file with mode: 0644]
tests/example_btag.bam [new file with mode: 0644]
tests/pysam_test.py