X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NEWS;h=121485e90fc4b812d30524def24b51b7d9bd7cf3;hb=7c3295ba455fdc9269156dd1246c92ea5df3efd4;hp=a600bb1d2519fb4a139a406f223da55dddcc1b80;hpb=8ec3e2c3435d8d000ff5edbeb250e8b46c324eca;p=samtools.git diff --git a/NEWS b/NEWS index a600bb1..121485e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,104 @@ +Beta Release 0.1.19 (15 March, 2013) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes in samtools and bcftools: + + * The latest source code and development moved to github, + http://github.com/samtools/samtools + + * Many important bugfixes and contributions by many people. Thanks to all! + + * Performance improvements (multi-threading) + + * Important changes in calling, see + - samtools mpileup -p + - bcftools view -m + + * New annotations useful for filtering (RPB, HWE, QBD, MDV) + + * New tools, bamcheck and plot-bamcheck + + * New features in samtools tview + + * And much more.. + +For a detailed list of commits, please see +http://github.com/samtools/samtools/commits/master + +(0.1.19: 15 March 2013, commit 96b5f2294ac0054230e88913c4983d548069ea4e) + + +Beta Release 0.1.18 (2 September, 2011) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Notable changes in samtools: + + * Support the new =/X CIGAR operators (by Peter Cock). + + * Allow to subsample BAM while keeping the pairing intact (view -s). + + * Implemented variant distance bias as a new filter (by Petr Danecek). + + * Bugfix: huge memory usage during indexing + + * Bugfix: use of uninitialized variable in mpileup (rare) + + * Bugfix: wrong BAQ probability (rare) + +Notable changes in bcftools: + + * Support indel in the contrast caller. + + * Bugfix: LRT2=nan in rare cases + +(0.1.18: 2 September 2011, r982:295) + + + +Beta Release 0.1.17 (6 July, 2011) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +With the maturity of `mpileup' and the lack of update in the `pileup' command, +the `pileup' command is now formally dropped. Most of the pileup functionality, +such as outputting mapping quality and read positions, have been added +`mpileup'. + +Since this release, `bcftools view' is able to perform contrast SNP calling +(option -T) for discovering de novo and/or somatic mutations between a pair of +samples or in a family trio. Potential mutations are scored by a log likelihood +ratio, which is very simple in math, but should be comparable to more +sophisticated methods. Note that getting the score is only the very first step. +A lot more need to be done to reduce systematical errors due to mapping and +reference errors and structural variations. + +Other notable changes in samtools: + + * Improved sorting order checking during indexing. + + * Improved region parsing. Colons in reference sequence names are parsed + properly. + + * Fixed an issue where mpileup does not apply BAQ for the first few reads when + a region is specified. + + * Fixed an issue where `faidx' does not work with FASTA files with long lines. + + * Bugfix: wrong SP genotype information in the BCF output. + +Other notable changes in bcftools: + + * Output the ML esitmate of the allele count. + + * Added the HWE plus F<0 filter to varFilter. For multiple samples, it + effectively filters false heterozygous calls around centromeres. + + * For association mapping, perform both 1-degree and 2-degree test. The + 2-degree test is conservative but more robust to HWE violation. + +(0.1.17: 6 July 2011, r973:277) + + + Beta Release 0.1.16 (21 April, 2011) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~