Imported Upstream version 0.3
authorCharles Plessy <plessy@debian.org>
Thu, 13 Jan 2011 09:09:49 +0000 (18:09 +0900)
committerCharles Plessy <plessy@debian.org>
Thu, 13 Jan 2011 09:09:49 +0000 (18:09 +0900)
commit30de6ac9f851f41d8792f97d14a834bd9a898ede
tree004db13755c802fce255a2b1498017fc3ceb0642
parent209dac4a745ea4365a0738e730ca243a75c0e03f
Imported Upstream version 0.3
49 files changed:
MANIFEST.in
PKG-INFO
pysam/__init__.py
pysam/csamtools.pxd
pysam/csamtools.pyx
pysam/ctabix.pxd [new file with mode: 0644]
pysam/ctabix.pyx [new file with mode: 0644]
pysam/pysam_util.c
pysam/pysam_util.h
pysam/version.py [new file with mode: 0644]
samtools/bam.c
samtools/bam.h
samtools/bam_aux.c
samtools/bam_import.c
samtools/bam_index.c
samtools/bam_maqcns.c
samtools/bam_maqcns.h
samtools/bam_md.c
samtools/bam_pileup.c
samtools/bam_plcmd.c
samtools/bam_reheader.c [new file with mode: 0644]
samtools/bam_sort.c
samtools/bam_tview.c
samtools/bgzf.c
samtools/bgzf.h
samtools/faidx.c
samtools/knetfile.c
samtools/kstring.h
samtools/sam.c
samtools/sam_header.c
samtools/sam_view.c
setup.py
tabix/bam_endian.h [new file with mode: 0644]
tabix/bgzf.c [new file with mode: 0644]
tabix/bgzf.h [new file with mode: 0644]
tabix/bgzip.c [new file with mode: 0644]
tabix/index.c [new file with mode: 0644]
tabix/khash.h [new file with mode: 0644]
tabix/knetfile.c [new file with mode: 0644]
tabix/knetfile.h [new file with mode: 0644]
tabix/ksort.h [new file with mode: 0644]
tabix/kstring.c [new file with mode: 0644]
tabix/kstring.h [new file with mode: 0644]
tabix/tabix.h [new file with mode: 0644]
tests/ex3.sam
tests/example.gtf.gz [new file with mode: 0644]
tests/example.gtf.gz.tbi [new file with mode: 0644]
tests/pysam_test.py
tests/tabix_test.py [new file with mode: 0644]