Imported Upstream version 0.7 upstream
authorDiane Trout <diane@caltech.edu>
Tue, 18 Dec 2012 19:53:08 +0000 (11:53 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 18 Dec 2012 19:53:08 +0000 (11:53 -0800)
commit920cc77ed26707a0d92f9e436121b61d84bde627
tree1eb3089b79e640226fec5b3573a448f85fe0baf4
parent8ab946e230447a6fe686edabc5e3cfa445da1721
Imported Upstream version 0.7
62 files changed:
MANIFEST.in
PKG-INFO
THANKS
distribute_setup.py [new file with mode: 0644]
ez_setup.py [deleted file]
pysam.egg-info/PKG-INFO
pysam.egg-info/SOURCES.txt
pysam/TabProxies.c
pysam/TabProxies.pxd
pysam/TabProxies.pyx
pysam/VCF.py [new file with mode: 0644]
pysam/__init__.py
pysam/csamtools.c
pysam/csamtools.pxd
pysam/csamtools.pyx
pysam/ctabix.c
pysam/ctabix.pxd
pysam/ctabix.pyx
pysam/cvcf.c
pysam/cvcf.pyx
pysam/pysam_util.c
pysam/pysam_util.h
pysam/version.py
samtools/ksort.h
setup.py
tabix/bgzf.c.pysam.c
tabix/bgzf.h
tabix/bgzip.c.pysam.c
tabix/index.c.pysam.c
tests/Makefile
tests/example.bed.gz [new file with mode: 0644]
tests/example.bed.gz.tbi [new file with mode: 0644]
tests/example.vcf40 [new file with mode: 0644]
tests/example_btag.sam [new file with mode: 0644]
tests/example_empty_header.bam [new file with mode: 0644]
tests/example_unmapped_reads_no_sq.sam [new file with mode: 0644]
tests/example_user_header.sam [new file with mode: 0644]
tests/issue100.bam [new file with mode: 0644]
tests/pysam_test.py
tests/tabix_test.py
tests/tag_bug.bam [new file with mode: 0644]
tests/vcf-examples/10.vcf [new file with mode: 0644]
tests/vcf-examples/11.vcf [new file with mode: 0644]
tests/vcf-examples/12.vcf [new file with mode: 0644]
tests/vcf-examples/13.vcf [new file with mode: 0644]
tests/vcf-examples/15.vcf [new file with mode: 0644]
tests/vcf-examples/16.vcf [new file with mode: 0644]
tests/vcf-examples/18.vcf [new file with mode: 0644]
tests/vcf-examples/2.vcf [new file with mode: 0644]
tests/vcf-examples/20.vcf [new file with mode: 0644]
tests/vcf-examples/21.vcf [new file with mode: 0644]
tests/vcf-examples/22.vcf [new file with mode: 0644]
tests/vcf-examples/23.vcf [new file with mode: 0644]
tests/vcf-examples/24.vcf [new file with mode: 0644]
tests/vcf-examples/3.vcf [new file with mode: 0644]
tests/vcf-examples/4.vcf [new file with mode: 0644]
tests/vcf-examples/5.vcf [new file with mode: 0644]
tests/vcf-examples/6.vcf [new file with mode: 0644]
tests/vcf-examples/7.vcf [new file with mode: 0644]
tests/vcf-examples/8.vcf [new file with mode: 0644]
tests/vcf-examples/9.vcf [new file with mode: 0644]
tests/vcf-examples/issue85.vcf [new file with mode: 0644]