gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Mark DePristo 914c23da51 Generic infrastructure for quantizing quality scores
-- Just infrastructure at this point (but with UnitTests!).
-- Capable of taking a histogram of quality scores and a target number of levels (8 for example), and mapping the full range of input quality scores down to only 8.
-- The selected quality scores are chosen to minimize the miscalibration rate of the resulting bins.  I believe this adaptive approach is vastly better than the current systems being developed by EBI and NCBI
-- This infrastructure is designed to work with BQSRv2.  I envision a system where we feed in the projected empirical quality score distribution from the BQSRv2 table, compute the required deleveling for each of the B, I, and D qualities, and on the fly emit calibrated, compressed quality scores.
-- Note the algorithm right now for determining the best intervals is both greedy (i.e., will miss the best overall choice) and potentially extremely slow.  But it is enough for me to play with.
2012-03-02 16:12:42 -05:00
public ReadGroupProperties mk3 2012-03-02 16:12:42 -05:00
settings Rev. tribble to fix BED codec bug in tribble 51 2012-01-17 16:40:26 -05:00
.gitignore Minor additions to the shared .gitignore file, now that Mark has checked one in. 2011-10-26 12:24:28 -04:00
LICENSE One last test... 2011-06-28 19:18:17 -04:00
build.xml Merged bug fix from Stable into Unstable 2012-01-24 15:19:29 -05:00
ivy.xml S3 upload now directly creates the XML report in memory and puts that in S3 2012-01-29 15:14:58 -05:00