Merge pull request #88 from broadinstitute/eb_fix_pairHMM_from_stable
Revert push from stable
This commit is contained in:
commit
b5a07da04c
|
|
@ -397,7 +397,7 @@ public class PairHMMIndelErrorModel {
|
||||||
|
|
||||||
if (previousHaplotypeSeen == null) {
|
if (previousHaplotypeSeen == null) {
|
||||||
//no need to reallocate arrays for each new haplotype, as length won't change
|
//no need to reallocate arrays for each new haplotype, as length won't change
|
||||||
pairHMM.initialize(X_METRIC_LENGTH, Y_METRIC_LENGTH);
|
pairHMM.initialize(Y_METRIC_LENGTH, X_METRIC_LENGTH);
|
||||||
}
|
}
|
||||||
|
|
||||||
int startIndexInHaplotype = 0;
|
int startIndexInHaplotype = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue