Imported Upstream version 0.10.0+ds
authorAfif Elghraoui <afif@debian.org>
Tue, 24 Jan 2017 03:09:05 +0000 (19:09 -0800)
committerAfif Elghraoui <afif@debian.org>
Tue, 24 Jan 2017 03:09:05 +0000 (19:09 -0800)
commitdadf905780b2c683a23346e1eece6aa56717ca88
tree0c786f5bf4d6de203b043cc23345f52d346cdae9
parent6528922f1d45d0364eefc4c80ad2fce35f885570
Imported Upstream version 0.10.0+ds
71 files changed:
.travis.yml
bcftools/vcfisec.c
bcftools/vcfisec.c.pysam.c
benchmark/cython_flagstat.py [new file with mode: 0644]
benchmark/python_flagstat.py [new file with mode: 0644]
buildwheels.sh [new file with mode: 0755]
cy_build.py
doc/api.rst
doc/release.rst
doc/usage.rst
pysam/__init__.py
pysam/calignedsegment.pxd [deleted file]
pysam/calignedsegment.pyx [deleted file]
pysam/calignmentfile.pxd [deleted file]
pysam/calignmentfile.pyx [deleted file]
pysam/cbcf.pxd [deleted file]
pysam/cbcf.pyx [deleted file]
pysam/cfaidx.pxd [deleted file]
pysam/cfaidx.pyx [deleted file]
pysam/chtslib.pxd [deleted file]
pysam/chtslib.pyx [deleted file]
pysam/csamfile.pxd [deleted file]
pysam/csamfile.pyx [deleted file]
pysam/ctabix.pxd [deleted file]
pysam/ctabix.pyx [deleted file]
pysam/ctabixproxies.pxd [deleted file]
pysam/ctabixproxies.pyx [deleted file]
pysam/cutils.pxd [deleted file]
pysam/cutils.pyx [deleted file]
pysam/cvcf.pxd [deleted file]
pysam/cvcf.pyx [deleted file]
pysam/libcalignedsegment.pxd [new file with mode: 0644]
pysam/libcalignedsegment.pyx [new file with mode: 0644]
pysam/libcalignmentfile.pxd [new file with mode: 0644]
pysam/libcalignmentfile.pyx [new file with mode: 0644]
pysam/libcbcf.pxd [new file with mode: 0644]
pysam/libcbcf.pyx [new file with mode: 0644]
pysam/libcbgzf.pyx [new file with mode: 0644]
pysam/libcfaidx.pxd [new file with mode: 0644]
pysam/libcfaidx.pyx [new file with mode: 0644]
pysam/libchtslib.pxd [new file with mode: 0644]
pysam/libchtslib.pyx [new file with mode: 0644]
pysam/libcsamfile.pxd [new file with mode: 0644]
pysam/libcsamfile.pyx [new file with mode: 0644]
pysam/libctabix.pxd [new file with mode: 0644]
pysam/libctabix.pyx [new file with mode: 0644]
pysam/libctabixproxies.pxd [new file with mode: 0644]
pysam/libctabixproxies.pyx [new file with mode: 0644]
pysam/libcutils.pxd [new file with mode: 0644]
pysam/libcutils.pyx [new file with mode: 0644]
pysam/libcvcf.pxd [new file with mode: 0644]
pysam/libcvcf.pyx [new file with mode: 0644]
pysam/utils.py
pysam/version.py
requirements.txt
run_tests_travis.sh
samtools/sam_view.c.pysam.c
setup.py
tests/AlignedSegment_test.py
tests/AlignmentFile_test.py
tests/SamFile_test.py
tests/StreamFiledescriptors_test.py [new file with mode: 0644]
tests/VariantFile_test.py
tests/_compile_test.pyx
tests/_cython_flagstat.pyx
tests/cython_flagstat.py [deleted file]
tests/pysam_data/Makefile
tests/pysam_data/ex3.sam
tests/pysam_data/ex_spliced.sam [new file with mode: 0644]
tests/python_flagstat.py [deleted file]
tests/samtools_test.py