Imported Upstream version 0.8.0
authorAndreas Tille <tille@debian.org>
Tue, 19 Aug 2014 19:25:58 +0000 (21:25 +0200)
committerAndreas Tille <tille@debian.org>
Tue, 19 Aug 2014 19:25:58 +0000 (21:25 +0200)
commit547982fcfe6ce9451856856417591438b3fc9147
tree10be495550c36bae6ee1e96bd27cba1e2eed6e48
parenta757e53aa364a0816cbebb22c43c9918f08522f8
Imported Upstream version 0.8.0
209 files changed:
INSTALL
MANIFEST.in
PKG-INFO
README.rst [new file with mode: 0644]
doc/api.rst
doc/conf.py
doc/contents.rst [deleted file]
doc/developer.rst
doc/faq.rst
doc/glossary.rst
doc/index.rst [new file with mode: 0644]
doc/release.rst
doc/usage.rst
htslib/__init__.py [new file with mode: 0644]
htslib/bgzf.c [new file with mode: 0644]
htslib/bgzip.c [new file with mode: 0644]
htslib/config.h [new file with mode: 0644]
htslib/cram/cram.h [new file with mode: 0644]
htslib/cram/cram_codecs.c [new file with mode: 0644]
htslib/cram/cram_codecs.h [new file with mode: 0644]
htslib/cram/cram_decode.c [new file with mode: 0644]
htslib/cram/cram_decode.h [new file with mode: 0644]
htslib/cram/cram_encode.c [new file with mode: 0644]
htslib/cram/cram_encode.h [new file with mode: 0644]
htslib/cram/cram_index.c [new file with mode: 0644]
htslib/cram/cram_index.h [new file with mode: 0644]
htslib/cram/cram_io.c [new file with mode: 0644]
htslib/cram/cram_io.h [new file with mode: 0644]
htslib/cram/cram_samtools.c [new file with mode: 0644]
htslib/cram/cram_samtools.h [new file with mode: 0644]
htslib/cram/cram_stats.c [new file with mode: 0644]
htslib/cram/cram_stats.h [new file with mode: 0644]
htslib/cram/cram_structs.h [new file with mode: 0644]
htslib/cram/files.c [new file with mode: 0644]
htslib/cram/mFILE.c [new file with mode: 0644]
htslib/cram/mFILE.h [new file with mode: 0644]
htslib/cram/md5.c [new file with mode: 0644]
htslib/cram/md5.h [new file with mode: 0644]
htslib/cram/misc.h [new file with mode: 0644]
htslib/cram/open_trace_file.c [new file with mode: 0644]
htslib/cram/open_trace_file.h [new file with mode: 0644]
htslib/cram/os.h [new file with mode: 0644]
htslib/cram/pooled_alloc.c [new file with mode: 0644]
htslib/cram/pooled_alloc.h [new file with mode: 0644]
htslib/cram/sam_header.c [new file with mode: 0644]
htslib/cram/sam_header.h [new file with mode: 0644]
htslib/cram/string_alloc.c [new file with mode: 0644]
htslib/cram/string_alloc.h [new file with mode: 0644]
htslib/cram/thread_pool.c [new file with mode: 0644]
htslib/cram/thread_pool.h [new file with mode: 0644]
htslib/cram/vlen.c [new file with mode: 0644]
htslib/cram/vlen.h [new file with mode: 0644]
htslib/cram/zfio.c [new file with mode: 0644]
htslib/cram/zfio.h [new file with mode: 0644]
htslib/faidx.c [new file with mode: 0644]
htslib/hfile.c [new file with mode: 0644]
htslib/hfile_internal.h [new file with mode: 0644]
htslib/hfile_net.c [new file with mode: 0644]
htslib/hts.c [new file with mode: 0644]
htslib/htslib/__init__.py [new file with mode: 0644]
htslib/htslib/bgzf.h [new file with mode: 0644]
htslib/htslib/faidx.h [new file with mode: 0644]
htslib/htslib/hfile.h [new file with mode: 0644]
htslib/htslib/hts.h [new file with mode: 0644]
htslib/htslib/hts_defs.h [new file with mode: 0644]
htslib/htslib/kfunc.h [new file with mode: 0644]
htslib/htslib/khash.h [new file with mode: 0644]
htslib/htslib/khash_str2int.h [new file with mode: 0644]
htslib/htslib/klist.h [new file with mode: 0644]
htslib/htslib/knetfile.h [new file with mode: 0644]
htslib/htslib/kseq.h [new file with mode: 0644]
htslib/htslib/ksort.h [new file with mode: 0644]
htslib/htslib/kstdint.h [new file with mode: 0644]
htslib/htslib/kstring.h [new file with mode: 0644]
htslib/htslib/sam.h [new file with mode: 0644]
htslib/htslib/synced_bcf_reader.h [new file with mode: 0644]
htslib/htslib/tbx.h [new file with mode: 0644]
htslib/htslib/vcf.h [new file with mode: 0644]
htslib/htslib/vcf_sweep.h [new file with mode: 0644]
htslib/htslib/vcfutils.h [new file with mode: 0644]
htslib/kfunc.c [new file with mode: 0644]
htslib/knetfile.c [new file with mode: 0644]
htslib/kstring.c [new file with mode: 0644]
htslib/sam.c [new file with mode: 0644]
htslib/synced_bcf_reader.c [new file with mode: 0644]
htslib/tabix.c [new file with mode: 0644]
htslib/tbx.c [new file with mode: 0644]
htslib/vcf.c [new file with mode: 0644]
htslib/vcf_sweep.c [new file with mode: 0644]
htslib/vcfutils.c [new file with mode: 0644]
htslib/version.h [new file with mode: 0644]
pysam.egg-info/PKG-INFO
pysam.egg-info/SOURCES.txt
pysam.egg-info/requires.txt
pysam/TabProxies.c
pysam/TabProxies.pyx
pysam/__init__.py
pysam/cfaidx.c [new file with mode: 0644]
pysam/cfaidx.pxd [new file with mode: 0644]
pysam/cfaidx.pyx [new file with mode: 0644]
pysam/chtslib.c [new file with mode: 0644]
pysam/chtslib.pxd [new file with mode: 0644]
pysam/chtslib.pyx [new file with mode: 0644]
pysam/csamfile.c [new file with mode: 0644]
pysam/csamfile.pxd [new file with mode: 0644]
pysam/csamfile.pyx [new file with mode: 0644]
pysam/csamtools.c
pysam/csamtools.pxd
pysam/csamtools.pyx
pysam/ctabix.c
pysam/ctabix.pxd
pysam/ctabix.pyx
pysam/cvcf.c
pysam/cvcf.pxd
pysam/cvcf.pyx
pysam/htslib_util.c [new file with mode: 0644]
pysam/htslib_util.h [new file with mode: 0644]
pysam/pysam_stream.h [new file with mode: 0644]
pysam/pysam_util.c
pysam/pysam_util.h
pysam/samfile_util.c [new file with mode: 0644]
pysam/samfile_util.h [new file with mode: 0644]
pysam/tabix_util.h
pysam/version.py
samtools/bam.h
samtools/bam_endian.h
samtools/bam_lpileup.c.pysam.c
samtools/bam_mate.c.pysam.c
samtools/bam_pileup.c.pysam.c
samtools/bamshuf.c.pysam.c
samtools/bcftools/bcf.h
samtools/bgzf.c.pysam.c
samtools/khash.h
samtools/klist.h
samtools/kprobaln.c [new file with mode: 0644]
samtools/razf.c.pysam.c
setup.cfg
setup.py
tabix/__init__.py [deleted file]
tabix/bam_endian.h [deleted file]
tabix/bedidx.c [deleted file]
tabix/bedidx.c.pysam.c [deleted file]
tabix/bgzf.c [deleted file]
tabix/bgzf.c.pysam.c [deleted file]
tabix/bgzf.h [deleted file]
tabix/bgzip.c [deleted file]
tabix/bgzip.c.pysam.c [deleted file]
tabix/index.c [deleted file]
tabix/index.c.pysam.c [deleted file]
tabix/khash.h [deleted file]
tabix/knetfile.c [deleted file]
tabix/knetfile.c.pysam.c [deleted file]
tabix/knetfile.h [deleted file]
tabix/kseq.h [deleted file]
tabix/ksort.h [deleted file]
tabix/kstring.c [deleted file]
tabix/kstring.c.pysam.c [deleted file]
tabix/kstring.h [deleted file]
tabix/pysam.h [deleted file]
tabix/tabix.h [deleted file]
tests/Makefile [deleted file]
tests/ex1.fa [deleted file]
tests/ex1.sam.gz [deleted file]
tests/ex10.sam [deleted file]
tests/ex3.sam [deleted file]
tests/ex4.sam [deleted file]
tests/ex5.sam [deleted file]
tests/ex6.sam [deleted file]
tests/ex7.sam [deleted file]
tests/ex8.sam [deleted file]
tests/ex9_fail.bam [deleted file]
tests/ex9_nofail.bam [deleted file]
tests/example.bed.gz [deleted file]
tests/example.bed.gz.tbi [deleted file]
tests/example.gtf.gz [deleted file]
tests/example.py [deleted file]
tests/example.vcf40 [deleted file]
tests/example_btag.bam [deleted file]
tests/example_btag.sam [deleted file]
tests/example_empty_header.bam [deleted file]
tests/example_unmapped_reads_no_sq.sam [deleted file]
tests/example_user_header.sam [deleted file]
tests/issue100.bam [deleted file]
tests/pysam_test.py [changed mode: 0755->0644]
tests/segfault_tests.py [deleted file]
tests/tabix_test.py
tests/tag_bug.bam [deleted file]
tests/test_unaligned.bam [deleted file]
tests/vcf-examples/10.vcf [deleted file]
tests/vcf-examples/11.vcf [deleted file]
tests/vcf-examples/12.vcf [deleted file]
tests/vcf-examples/13.vcf [deleted file]
tests/vcf-examples/15.vcf [deleted file]
tests/vcf-examples/16.vcf [deleted file]
tests/vcf-examples/18.vcf [deleted file]
tests/vcf-examples/2.vcf [deleted file]
tests/vcf-examples/20.vcf [deleted file]
tests/vcf-examples/21.vcf [deleted file]
tests/vcf-examples/22.vcf [deleted file]
tests/vcf-examples/23.vcf [deleted file]
tests/vcf-examples/24.vcf [deleted file]
tests/vcf-examples/3.vcf [deleted file]
tests/vcf-examples/4.vcf [deleted file]
tests/vcf-examples/5.vcf [deleted file]
tests/vcf-examples/6.vcf [deleted file]
tests/vcf-examples/7.vcf [deleted file]
tests/vcf-examples/8.vcf [deleted file]
tests/vcf-examples/9.vcf [deleted file]
tests/vcf-examples/issue85.vcf [deleted file]