]> git.donarmstrong.com Git - samtools.git/commit
* added BED support to samtools view and mpileup and bcftools view
authorHeng Li <lh3@live.co.uk>
Wed, 30 Mar 2011 18:35:53 +0000 (18:35 +0000)
committerHeng Li <lh3@live.co.uk>
Wed, 30 Mar 2011 18:35:53 +0000 (18:35 +0000)
commit674ffee7adcfc928f5039777180206fdebc5539b
tree26b709b1d8cd7040a48a043c7024129449af41b6
parent8ef16f0ffefe94ead2c9e367ebcb66490fdea2cb
 * added BED support to samtools view and mpileup and bcftools view
 * ML estimate of allele frequency in two groups
 * better error message given inconsisten RG labels
 * compute all-pair r^2
13 files changed:
Makefile
bam.h
bam_plcmd.c
bam_sort.c
bcftools/Makefile
bcftools/call1.c
bcftools/ld.c
bcftools/main.c
bcftools/prob1.c
bcftools/prob1.h
bedidx.c [new file with mode: 0644]
sam_view.c
sample.c