Imported Upstream version 0.2
authorDiane Trout <diane@caltech.edu>
Fri, 19 Nov 2010 19:43:01 +0000 (11:43 -0800)
committerDiane Trout <diane@caltech.edu>
Fri, 19 Nov 2010 19:43:01 +0000 (11:43 -0800)
commitaa8ecff068edbb09a03bd874fce716e93e22e53c
tree95843b0e0e3ed75260e3561a7674bafce5041081
Imported Upstream version 0.2
69 files changed:
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
KNOWN_BUGS [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
THANKS [new file with mode: 0644]
pysam/Pileup.py [new file with mode: 0644]
pysam/__init__.py [new file with mode: 0644]
pysam/csamtools.pxd [new file with mode: 0644]
pysam/csamtools.pyx [new file with mode: 0644]
pysam/namedtuple.py [new file with mode: 0644]
pysam/pysam_util.c [new file with mode: 0644]
pysam/pysam_util.h [new file with mode: 0644]
samtools/bam.c [new file with mode: 0644]
samtools/bam.h [new file with mode: 0644]
samtools/bam_aux.c [new file with mode: 0644]
samtools/bam_color.c [new file with mode: 0644]
samtools/bam_endian.h [new file with mode: 0644]
samtools/bam_import.c [new file with mode: 0644]
samtools/bam_index.c [new file with mode: 0644]
samtools/bam_lpileup.c [new file with mode: 0644]
samtools/bam_maqcns.c [new file with mode: 0644]
samtools/bam_maqcns.h [new file with mode: 0644]
samtools/bam_mate.c [new file with mode: 0644]
samtools/bam_md.c [new file with mode: 0644]
samtools/bam_pileup.c [new file with mode: 0644]
samtools/bam_plcmd.c [new file with mode: 0644]
samtools/bam_rmdup.c [new file with mode: 0644]
samtools/bam_rmdupse.c [new file with mode: 0644]
samtools/bam_sort.c [new file with mode: 0644]
samtools/bam_stat.c [new file with mode: 0644]
samtools/bam_tview.c [new file with mode: 0644]
samtools/bgzf.c [new file with mode: 0644]
samtools/bgzf.h [new file with mode: 0644]
samtools/faidx.c [new file with mode: 0644]
samtools/faidx.h [new file with mode: 0644]
samtools/glf.c [new file with mode: 0644]
samtools/glf.h [new file with mode: 0644]
samtools/kaln.c [new file with mode: 0644]
samtools/kaln.h [new file with mode: 0644]
samtools/khash.h [new file with mode: 0644]
samtools/klist.h [new file with mode: 0644]
samtools/knetfile.c [new file with mode: 0644]
samtools/knetfile.h [new file with mode: 0644]
samtools/kseq.h [new file with mode: 0644]
samtools/ksort.h [new file with mode: 0644]
samtools/kstring.c [new file with mode: 0644]
samtools/kstring.h [new file with mode: 0644]
samtools/razf.c [new file with mode: 0644]
samtools/razf.h [new file with mode: 0644]
samtools/sam.c [new file with mode: 0644]
samtools/sam.h [new file with mode: 0644]
samtools/sam_header.c [new file with mode: 0644]
samtools/sam_header.h [new file with mode: 0644]
samtools/sam_view.c [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/00README.txt [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/ex1.fa [new file with mode: 0644]
tests/ex1.sam.gz [new file with mode: 0644]
tests/ex3.sam [new file with mode: 0644]
tests/ex4.sam [new file with mode: 0644]
tests/ex5.sam [new file with mode: 0644]
tests/ex6.sam [new file with mode: 0644]
tests/ex7.sam [new file with mode: 0644]
tests/example.py [new file with mode: 0644]
tests/pysam_test.py [new file with mode: 0755]
tests/segfault_tests.py [new file with mode: 0755]