gatk-3.8/protected/java
Mauricio Carneiro 9bfa5eb70f Quick optimization to the PairHMM
Problem
--------
the logless HMM scale factor (to avoid double under-flows) was 10^300. Although this serves the purpose this value results in a complex mantissa that further complicates cpu calculations.

Solution
---------
initialize with 2^1020 (2^1023 is the max value), and adjust the scale factor accordingly.
2013-04-14 23:25:33 -04:00
..
src/org/broadinstitute/sting Quick optimization to the PairHMM 2013-04-14 23:25:33 -04:00
test/org/broadinstitute/sting UnifiedGenotyper bugfix: don't create haplotypes with 0 bases 2013-04-13 14:57:55 -04:00