gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
jmaguire af6788fa3d Misc:
1. Added logGamma function to utils
2. Required asserts to be enabled in the allele caller (run with java -ea)
3. put checks and asserts of NaN and Infinity in AlleleFrequencyEstimate
4. Added option FRACTIONAL_COUNTS to the pooled caller (not working right yet)

AlleleFrequencyWalker:
5. Made FORCE_1BASE_PROBS not static in AlleleFrequencyWalker (an argument should never be static! Jeez.)
6. changed quality_precision to be 1e-4 (Q40)
7. don't adjust by quality_precision unless the qual is actually zero.
8. added more asserts for NaN and Infinity
9. put in a correction for zero probs in P_D_q
10. changed pG to be hardy-weinberg in the presence of an allele frequency prior (duh)
11. rewrote binomialProb() to not overflow on deep coverage
12. rewrote nchoosek() to behave right on deep coverage
13. put in some binomailProb() tests in the main() routine (they come out right when compared with R)

Hunt for loci where 4bp should change things:
14. added FindNonrandomSecondBestBasePiles walker.




git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@471 348d0f76-0448-11de-a6fe-93d51630548a
2009-04-19 15:35:07 +00:00
c Move non-java code out of playground. 2009-03-23 19:31:38 +00:00
doc Matt's current status. 2009-04-17 18:03:11 +00:00
java Misc: 2009-04-19 15:35:07 +00:00
python Better validation scripts 2009-04-16 23:18:00 +00:00
settings Latest version of sam. 2009-04-15 21:02:25 +00:00
shell Move non-java code out of playground. 2009-03-23 19:31:38 +00:00
testdata Better validation scripts 2009-04-16 23:18:00 +00:00
build.xml Added the base test case, fixed the rest of the test cases to follow suit. Added more verbose output to ant for junit tests. 2009-04-14 17:11:38 +00:00
ivy.xml Added castor dependency. 2009-04-07 22:27:39 +00:00