Imported Upstream version 0.8.3
authorAfif Elghraoui <afif@ghraoui.name>
Mon, 8 Jun 2015 05:30:02 +0000 (22:30 -0700)
committerAfif Elghraoui <afif@ghraoui.name>
Mon, 8 Jun 2015 05:30:02 +0000 (22:30 -0700)
commit91c30fda77e187b3a1b240064771a90168ab09e6
treef5da7dd9863ac0b342f35d1f3deed15e572e782b
parent5128bf9aedea461752f83632670e1676426bc528
Imported Upstream version 0.8.3
145 files changed:
.gitignore
AUTHORS
INSTALL
MANIFEST.in
doc/api.rst
doc/conf.py
doc/developer.rst
doc/faq.rst
doc/index.rst
doc/release.rst
doc/usage.rst
htslib/INSTALL
htslib/Makefile
htslib/NEWS [new file with mode: 0644]
htslib/bgzf.c
htslib/bgzip.c
htslib/config.mk [new file with mode: 0644]
htslib/config.mk.in [new file with mode: 0644]
htslib/configure [new file with mode: 0755]
htslib/configure.ac [new file with mode: 0644]
htslib/cram/cram.h
htslib/cram/cram_codecs.c
htslib/cram/cram_codecs.h
htslib/cram/cram_decode.c
htslib/cram/cram_encode.c
htslib/cram/cram_index.c
htslib/cram/cram_io.c
htslib/cram/cram_io.h
htslib/cram/cram_samtools.c
htslib/cram/cram_stats.c
htslib/cram/cram_structs.h
htslib/cram/os.h
htslib/cram/rANS_byte.h [new file with mode: 0644]
htslib/cram/rANS_static.c [new file with mode: 0644]
htslib/cram/rANS_static.h [new file with mode: 0644]
htslib/cram/sam_header.c
htslib/cram/sam_header.h
htslib/cram/thread_pool.c
htslib/cram/thread_pool.h
htslib/cram/vlen.c
htslib/faidx.c
htslib/hfile.c
htslib/hfile_internal.h
htslib/hfile_irods.c [new file with mode: 0644]
htslib/hts.c
htslib/htsfile.1 [new file with mode: 0644]
htslib/htsfile.c [new file with mode: 0644]
htslib/htslib.mk
htslib/htslib/bgzf.h
htslib/htslib/faidx.h
htslib/htslib/hfile.h
htslib/htslib/hts.h
htslib/htslib/khash.h
htslib/htslib/khash_str2int.h
htslib/htslib/kseq.h
htslib/htslib/regidx.h [new file with mode: 0644]
htslib/htslib/sam.h
htslib/htslib/synced_bcf_reader.h
htslib/htslib/vcf.h
htslib/htslib_vars.mk
htslib/knetfile.c
htslib/regidx.c [new file with mode: 0644]
htslib/sam.c
htslib/synced_bcf_reader.c
htslib/tabix.1
htslib/tabix.c
htslib/tbx.c
htslib/test/aux#aux.sam [deleted file]
htslib/test/aux.fa [deleted file]
htslib/test/aux.fa.fai [deleted file]
htslib/test/auxf#values.sam [new file with mode: 0644]
htslib/test/auxf.fa [new file with mode: 0644]
htslib/test/auxf.fa.fai [new file with mode: 0644]
htslib/test/hfile.c
htslib/test/sam.c
htslib/test/test-regidx.c [new file with mode: 0644]
htslib/test/test-vcf-api.c
htslib/test/test_view.c
htslib/vcf.c
htslib/vcfutils.c
htslib/version.h
install-CGAT-tools.sh
pysam/TabProxies.pyx
pysam/__init__.py
pysam/calignmentfile.pxd
pysam/calignmentfile.pyx
pysam/cbcf.pxd [new file with mode: 0644]
pysam/cbcf.pyx [new file with mode: 0644]
pysam/cfaidx.pxd
pysam/cfaidx.pyx
pysam/chtslib.pxd
pysam/chtslib.pyx
pysam/csamtools.pyx
pysam/ctabix.pyx
pysam/cvcf.pyx
pysam/htslib_util.c
pysam/htslib_util.h
pysam/version.py
requires.txt
samtools/bam.h
samtools/bam2bcf_indel.c
samtools/bam2bcf_indel.c.pysam.c
samtools/bam2depth.c
samtools/bam2depth.c.pysam.c
samtools/bam_mate.c
samtools/bam_mate.c.pysam.c
samtools/bam_md.c
samtools/bam_md.c.pysam.c
samtools/bam_plcmd.c
samtools/bam_plcmd.c.pysam.c
samtools/bam_sort.c
samtools/bam_sort.c.pysam.c
samtools/bam_stat.c
samtools/bam_stat.c.pysam.c
samtools/errmod.c
samtools/errmod.c.pysam.c
samtools/kaln.c [deleted file]
samtools/kaln.c.pysam.c [deleted file]
samtools/kaln.h [deleted file]
samtools/misc/ace2sam.c
samtools/misc/ace2sam.c.pysam.c
samtools/padding.c
samtools/padding.c.pysam.c
samtools/sam.c
samtools/sam.c.pysam.c
samtools/sam.h
samtools/sam_view.c
samtools/sam_view.c.pysam.c
samtools/stats.c
samtools/stats.c.pysam.c
samtools/test/merge/test_rtrans_build.c
samtools/test/merge/test_rtrans_build.c.pysam.c
samtools/test/merge/test_trans_tbl_init.c
samtools/test/merge/test_trans_tbl_init.c.pysam.c
samtools/version.h
setup.py
tests/AlignedSegment_test.py [new file with mode: 0644]
tests/AlignmentFile_test.py
tests/SamFile_test.py
tests/TestUtils.py
tests/cython_flagstat.py
tests/pysam_data/Makefile
tests/python_flagstat.py
tests/samtools_test.py
tests/tabix_test.py