Imported Upstream version 0.5
authorDiane Trout <diane@caltech.edu>
Thu, 21 Jul 2011 21:16:36 +0000 (14:16 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 21 Jul 2011 21:16:36 +0000 (14:16 -0700)
commitd02fe5283ed7a93a2f76a5d6dc6e37b40c11b9b1
tree7adc2223d587f645d58ee5ff1ca0ee9eb8b3bb9a
parentd828f9c9aa78e3d1687265b52de841f3f3852089
Imported Upstream version 0.5
149 files changed:
MANIFEST.in
PKG-INFO
ez_setup.py [new file with mode: 0644]
pysam.egg-info/PKG-INFO [new file with mode: 0644]
pysam.egg-info/SOURCES.txt [new file with mode: 0644]
pysam.egg-info/dependency_links.txt [new file with mode: 0644]
pysam.egg-info/not-zip-safe [new file with mode: 0644]
pysam.egg-info/requires.txt [new file with mode: 0644]
pysam.egg-info/top_level.txt [new file with mode: 0644]
pysam/Pileup.py
pysam/TabProxies.c [new file with mode: 0644]
pysam/TabProxies.pxd [new file with mode: 0644]
pysam/TabProxies.pyx [new file with mode: 0644]
pysam/VCF.py [new file with mode: 0644]
pysam/__init__.py
pysam/csamtools.c [new file with mode: 0644]
pysam/csamtools.pxd
pysam/csamtools.pyx
pysam/ctabix.c [new file with mode: 0644]
pysam/ctabix.pxd
pysam/ctabix.pyx
pysam/cvcf.c [new file with mode: 0644]
pysam/cvcf.pxd [new file with mode: 0644]
pysam/cvcf.pyx [new file with mode: 0644]
pysam/pysam_util.c
pysam/pysam_util.h
pysam/tabix_util.c [new file with mode: 0644]
pysam/version.py
samtools/bam.c [deleted file]
samtools/bam.c.pysam.c [new file with mode: 0644]
samtools/bam.h
samtools/bam2bcf.c.pysam.c [new file with mode: 0644]
samtools/bam2bcf.h [new file with mode: 0644]
samtools/bam2bcf_indel.c.pysam.c [new file with mode: 0644]
samtools/bam2depth.c.pysam.c [new file with mode: 0644]
samtools/bam_aux.c [deleted file]
samtools/bam_aux.c.pysam.c [new file with mode: 0644]
samtools/bam_cat.c.pysam.c [new file with mode: 0644]
samtools/bam_color.c [deleted file]
samtools/bam_color.c.pysam.c [new file with mode: 0644]
samtools/bam_import.c [deleted file]
samtools/bam_import.c.pysam.c [new file with mode: 0644]
samtools/bam_index.c [deleted file]
samtools/bam_index.c.pysam.c [new file with mode: 0644]
samtools/bam_lpileup.c [deleted file]
samtools/bam_lpileup.c.pysam.c [new file with mode: 0644]
samtools/bam_maqcns.c [deleted file]
samtools/bam_maqcns.c.pysam.c [new file with mode: 0644]
samtools/bam_maqcns.h
samtools/bam_mate.c [deleted file]
samtools/bam_mate.c.pysam.c [new file with mode: 0644]
samtools/bam_md.c [deleted file]
samtools/bam_md.c.pysam.c [new file with mode: 0644]
samtools/bam_pileup.c [deleted file]
samtools/bam_pileup.c.pysam.c [new file with mode: 0644]
samtools/bam_plcmd.c [deleted file]
samtools/bam_plcmd.c.pysam.c [new file with mode: 0644]
samtools/bam_reheader.c [deleted file]
samtools/bam_rmdup.c [deleted file]
samtools/bam_rmdup.c.pysam.c [new file with mode: 0644]
samtools/bam_rmdupse.c [deleted file]
samtools/bam_rmdupse.c.pysam.c [new file with mode: 0644]
samtools/bam_sort.c [deleted file]
samtools/bam_sort.c.pysam.c [new file with mode: 0644]
samtools/bam_stat.c [deleted file]
samtools/bam_stat.c.pysam.c [new file with mode: 0644]
samtools/bam_tview.c [deleted file]
samtools/bam_tview.c.pysam.c [new file with mode: 0644]
samtools/bcftools/bcf.c.pysam.c [new file with mode: 0644]
samtools/bcftools/bcf.h [new file with mode: 0644]
samtools/bcftools/bcf2qcall.c.pysam.c [new file with mode: 0644]
samtools/bcftools/bcfutils.c.pysam.c [new file with mode: 0644]
samtools/bcftools/call1.c.pysam.c [new file with mode: 0644]
samtools/bcftools/em.c.pysam.c [new file with mode: 0644]
samtools/bcftools/fet.c.pysam.c [new file with mode: 0644]
samtools/bcftools/index.c.pysam.c [new file with mode: 0644]
samtools/bcftools/kfunc.c.pysam.c [new file with mode: 0644]
samtools/bcftools/kmin.c.pysam.c [new file with mode: 0644]
samtools/bcftools/kmin.h [new file with mode: 0644]
samtools/bcftools/prob1.c.pysam.c [new file with mode: 0644]
samtools/bcftools/prob1.h [new file with mode: 0644]
samtools/bcftools/vcf.c.pysam.c [new file with mode: 0644]
samtools/bedidx.c.pysam.c [new file with mode: 0644]
samtools/bgzf.c [deleted file]
samtools/bgzf.c.pysam.c [new file with mode: 0644]
samtools/bgzf.h
samtools/cut_target.c.pysam.c [new file with mode: 0644]
samtools/errmod.c.pysam.c [new file with mode: 0644]
samtools/errmod.h [new file with mode: 0644]
samtools/faidx.c [deleted file]
samtools/faidx.c.pysam.c [new file with mode: 0644]
samtools/glf.c [deleted file]
samtools/glf.c.pysam.c [new file with mode: 0644]
samtools/kaln.c [deleted file]
samtools/kaln.c.pysam.c [new file with mode: 0644]
samtools/kaln.h
samtools/khash.h
samtools/knetfile.c [deleted file]
samtools/knetfile.c.pysam.c [new file with mode: 0644]
samtools/kprobaln.c.pysam.c [new file with mode: 0644]
samtools/kprobaln.h [new file with mode: 0644]
samtools/ksort.h
samtools/kstring.c [deleted file]
samtools/kstring.c.pysam.c [new file with mode: 0644]
samtools/kstring.h
samtools/misc/md5.c.pysam.c [new file with mode: 0644]
samtools/misc/md5.h [new file with mode: 0644]
samtools/msvc_compat.h [new file with mode: 0644]
samtools/phase.c.pysam.c [new file with mode: 0644]
samtools/pysam.h [new file with mode: 0644]
samtools/razf.c [deleted file]
samtools/razf.c.pysam.c [new file with mode: 0644]
samtools/sam.c [deleted file]
samtools/sam.c.pysam.c [new file with mode: 0644]
samtools/sam_header.c [deleted file]
samtools/sam_header.c.pysam.c [new file with mode: 0644]
samtools/sam_view.c [deleted file]
samtools/sam_view.c.pysam.c [new file with mode: 0644]
samtools/sample.c.pysam.c [new file with mode: 0644]
samtools/sample.h [new file with mode: 0644]
samtools/win32/xcurses.h [new file with mode: 0644]
samtools/win32/zconf.h [new file with mode: 0644]
samtools/win32/zlib.h [new file with mode: 0644]
setup.cfg
setup.py
tabix/bedidx.c.pysam.c [new file with mode: 0644]
tabix/bgzf.c [deleted file]
tabix/bgzf.c.pysam.c [new file with mode: 0644]
tabix/bgzf.h
tabix/bgzip.c [deleted file]
tabix/bgzip.c.pysam.c [new file with mode: 0644]
tabix/index.c [deleted file]
tabix/index.c.pysam.c [new file with mode: 0644]
tabix/knetfile.c [deleted file]
tabix/knetfile.c.pysam.c [new file with mode: 0644]
tabix/kseq.h [new file with mode: 0644]
tabix/kstring.c [deleted file]
tabix/kstring.c.pysam.c [new file with mode: 0644]
tabix/msvc_compat.h [new file with mode: 0644]
tabix/pysam.h [new file with mode: 0644]
tabix/tabix.h
tests/Makefile
tests/ex10.sam [new file with mode: 0644]
tests/ex9_fail.bam [new file with mode: 0644]
tests/ex9_nofail.bam [new file with mode: 0644]
tests/example.gtf.gz
tests/example.gtf.gz.tbi
tests/pysam_test.py
tests/tabix_test.py