]> git.donarmstrong.com Git - samtools.git/history - bcftools/bcf.c
Bug fixes
[samtools.git] / bcftools / bcf.c
2012-07-03 Petr DanecekBug fixes
2012-07-02 Petr DanecekAlternative model for multiallelic and rare-variant...
2012-04-04 Petr DanecekMerge remote branch 'main/master'
2012-03-29 Heng LiMerge branch 'master' of github.com:samtools/samtools...
2012-03-20 Heng LiMerge branch 'master' into mt
2012-03-18 Heng Liupdated with the latest bgzf library
2012-03-09 Heng LiOn behalf of Petr: multi-allelic GT
2012-02-08 Heng Lichanges from git
2011-04-17 Heng Li * fixed a bug in bedidx: input BED not sorted
2011-02-25 Heng Li * change the order of PL/GL according to the latest...
2011-02-24 Heng Li * automatically fix errors in GL
2010-12-03 Heng Limore informative error message
2010-12-02 Heng Li * samtools-0.1.11-1 (r858)
2010-11-10 Heng Lifixed a typo
2010-11-10 Heng Liuse zlib for direct reading when BCF_LITE is in use
2010-11-09 Heng Li * samtools-0.1.9-6 (r803)
2010-10-29 Heng Li * samtools-0.1.9-1 (r786)
2010-10-29 Heng LiOptionally output "DP", the individual read depth
2010-10-12 Heng Lia minor change
2010-10-12 Heng Li * vcfutils.pl: fixed a typo in help message
2010-10-03 Heng Li * vcfutils.pl qstats: calculate marginal ts/tv
2010-09-17 Heng Li * added comments
2010-09-17 Heng Li * put n_smpl to "bcf1_t" to simplify API a little
2010-09-01 Heng Li * fixed bugs in parsing VCF
2010-09-01 Heng LiWrite the correct ALT and PL in the SNP calling mode.
2010-08-23 Heng Liprint QUAL as floating numbers
2010-08-17 Heng Liuse float for QUAL
2010-08-14 Heng Lifaster for large sample size (in principle)
2010-08-09 Heng Lido not print refname if file is converted from VCF
2010-08-09 Heng Li * fixed a bug in kstrtok@kstring.c
2010-08-09 Heng Li * improved kstring (added kstrtok)
2010-08-05 Heng Li * the code base is stablized again.
2010-08-05 Heng Li * added prelimiary VCF parser (not finished)
2010-08-04 Heng Li * allow to set min base q
2010-08-04 Heng Limove bcftools to samtools