Imported Upstream version 0.8.4+ds
authorAfif Elghraoui <afif@ghraoui.name>
Thu, 12 Nov 2015 02:45:10 +0000 (18:45 -0800)
committerAfif Elghraoui <afif@ghraoui.name>
Thu, 12 Nov 2015 02:45:10 +0000 (18:45 -0800)
commit18e49038bca0bc7775fc8f6e3703b207815a4b91
tree6ead0da6d22c7a67b0e1c2e33b75de6a8b5e7aaf
parent3cbc6e03eafa32ac25f5d6bedd8c7019568f7d7c
Imported Upstream version 0.8.4+ds
52 files changed:
README.rst
benchmark/AlignedSegment_bench.py [new file with mode: 0644]
doc/api.rst
doc/conf.py
doc/faq.rst
doc/glossary.rst
doc/release.rst
doc/usage.rst
pysam/TabProxies.pxd [deleted file]
pysam/TabProxies.pyx [deleted file]
pysam/__init__.py
pysam/calignedsegment.pxd [new file with mode: 0644]
pysam/calignedsegment.pyx [new file with mode: 0644]
pysam/calignmentfile.pxd
pysam/calignmentfile.pyx
pysam/cbcf.pxd
pysam/cbcf.pyx
pysam/cfaidx.pxd
pysam/cfaidx.pyx
pysam/chtslib.pxd
pysam/chtslib.pyx
pysam/csamfile.pxd
pysam/csamfile.pyx
pysam/csamtools.pxd
pysam/csamtools.pyx
pysam/ctabix.pxd
pysam/ctabix.pyx
pysam/ctabixproxies.pxd [new file with mode: 0644]
pysam/ctabixproxies.pyx [new file with mode: 0644]
pysam/cutils.pxd [new file with mode: 0644]
pysam/cutils.pyx [new file with mode: 0644]
pysam/cvcf.pxd
pysam/cvcf.pyx
pysam/htslib_util.h
pysam/pysam_util.c
pysam/tabix_util.c
pysam/version.py
requirements.txt [new file with mode: 0644]
requires.txt [deleted file]
save/pysam_test2.6.py
setup.py
tests/AlignedSegment_test.py
tests/AlignmentFile_test.py
tests/SamFile_test.py
tests/TestUtils.py
tests/faidx_test.py
tests/pysam_data/Makefile
tests/pysam_data/ex1.fq [deleted file]
tests/pysam_data/faidx_ex1.fa [new file with mode: 0644]
tests/pysam_data/faidx_ex1.fq [new file with mode: 0644]
tests/samtools_test.py
tests/tabix_test.py