gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Mark DePristo 06687bfaf6 Intermediate commit on simplifying AFCalcResult
-- Renamed old class AFCalcResultTracker.  This object is now allocated by the AFCalc itself, since it is heavy-weight and was badly optimized in the UG with a thread-local variable. Now, since there's already a AFCalc thread-local there, we get that optimization for free.
-- Removed the interface to provide the AFCalcResultTracker to getlog10PNonRef.
-- Wrote new, clean but unused AFCalcResult object that will soon replace the tracker as the external interface to the AFCalc model results, leaving the tracker as an internal tracker structure.  This will allow me to (1) finally test things exhaustively, as the contracts on this class are clear (2) finalize the IndependentAllelesDiploidExactAFCalc class as it can work with a meaningfully defined result across each object
2012-10-15 07:53:56 -04:00
licensing Revert unintentional license change 2012-08-09 17:10:47 -04:00
protected/java Intermediate commit on simplifying AFCalcResult 2012-10-15 07:53:56 -04:00
public Intermediate commit on simplifying AFCalcResult 2012-10-15 07:53:56 -04:00
settings Updating cofoja to the latest version 2012-08-09 16:36:18 -04:00
.gitignore a few more useful git ignores 2012-09-01 11:08:36 -04:00
build.xml Proper error handling in NanoScheduler 2012-09-19 17:03:13 -04:00
ivy.xml Updating cofoja to the latest version 2012-08-09 16:36:18 -04:00