]> git.donarmstrong.com Git - samtools.git/history - bcftools/call1.c
Merge remote branch 'remotes/master/master' into fb-annots
[samtools.git] / bcftools / call1.c
2013-03-12 Petr DanecekMerge remote branch 'remotes/master/master' into fb...
2013-03-12 Petr Danecekbackup commit
2013-03-12 Petr DanecekMerge branch 'master' of github.com:samtools/samtools
2013-03-12 Petr Danecekbcftools view: Exit with an error if the -l file cannot...
2013-03-07 Petr Danecekbackup commit
2013-03-01 Petr Danecekbcftools view: always output the header, even when...
2013-01-28 Petr DanecekMerge remote branch 'remotes/pierre/master' into develop
2013-01-07 Heng Lidump log-likelihood
2012-09-12 Petr DanecekMerge remote branch 'remotes/pd3/master'
2012-07-05 Petr DanecekVCF annotations with and without -m and more robust...
2012-07-03 Petr DanecekBug fixes
2012-07-02 Petr DanecekAlternative model for multiallelic and rare-variant...
2012-04-12 Petr DanecekOn behalf of Bradford Powell: fixed typo in VCF header...
2012-02-16 Heng Libugfix: wrong SP; missing DV in the VCF header
2011-08-17 Heng Li * bugfix in index: large memory when a read pos is 1
2011-07-13 Heng Lisupport trio indels
2011-07-07 Heng Lifor WIN32 compatibility
2011-07-07 Heng LiRelease samtools-0.1.17
2011-06-03 Heng Li * 0.1.16-dev (r969:252)
2011-04-17 Heng Li * fixed a bug in bedidx: input BED not sorted
2011-04-15 Heng Li * Added Brent's method for frequency estimate
2011-04-10 Heng LiRelease samtools-0.1.15 (r949:203)
2011-04-08 Heng Li * added bam_verbose global variable
2011-03-30 Heng Li * added BED support to samtools view and mpileup and...
2011-03-22 Heng LiRelease samtools-0.1.14 (r933:170)
2011-03-18 Heng Li * allow to change the compression level in BAM output
2011-03-08 Heng Liadded the haploid mode
2011-02-11 Heng Lifinished VCF->BCF conversion
2011-02-02 Heng Lifixed a typo in the VCF header
2011-01-06 Heng Li * samtools-0.1.12-10 (r896)
2011-01-04 Petr DanecekFixed a typo in read_samples
2010-12-21 Heng Li * samtools-0.1.12-9 (r891)
2010-12-14 Petr DanecekFixed the VCF header to pass validation
2010-12-12 Heng Licompute max SP and max GQ from sample genotypes
2010-12-10 Heng Li * fixed a minor issue in printing VCFs
2010-12-10 Heng LiMake sure that the GT genotype field is the first
2010-12-05 Heng LiIn ksprintf(), change "%lf" and "%lg" to "%f" and ...
2010-12-03 Heng Li * remove "-f". Instead always compute consensus quality
2010-12-02 Heng Lia possible fix to DP4=0,0,0,0; have not tested, but...
2010-11-20 Heng Li * samtools-0.1.10-9 (r844)
2010-11-16 Heng Libcftools: allow to skip indels
2010-11-16 Heng Li * samtools-0.1.9-17 (r824)
2010-11-10 Heng Libcftools: compute equal-tail (Bayesian) credible interval
2010-10-14 Heng Liimprove the LD statistics
2010-10-13 Heng Li * a minor fix to the -L option
2010-10-12 Heng Li * vcfutils.pl: fixed a typo in help message
2010-10-03 Heng Li * samtools-0.1.8-18 (r763)
2010-10-03 Heng Li * vcfutils.pl qstats: calculate marginal ts/tv
2010-09-17 Heng Li * put n_smpl to "bcf1_t" to simplify API a little
2010-09-17 Heng Lifixed a bug in indexing
2010-09-15 Heng Li * convert BCF to QCALL input
2010-09-08 Heng Li * samtools-0.1.8-13 (r715)
2010-09-03 Heng Liquite a lot changes to the contrast caller, but I still...
2010-09-03 Heng Li * changed 3.434 to 4.343 (typo!)
2010-09-02 Heng LiSNP calling from the GL field
2010-09-01 Heng LiWrite the correct ALT and PL in the SNP calling mode.
2010-08-31 Heng Lipreliminary contrast variant caller
2010-08-31 Heng Liz' and z'' can be calculated
2010-08-31 Heng Li * rename vcfout.c as call1.c