Reverting this change until we can figure out the right thing to do here.
This commit is contained in:
parent
c87ad8c0ef
commit
396bce1f28
|
|
@ -124,8 +124,8 @@ public class LikelihoodCalculationEngine {
|
||||||
final Haplotype haplotype = haplotypes.get(jjj);
|
final Haplotype haplotype = haplotypes.get(jjj);
|
||||||
|
|
||||||
// TODO -- need to test against a reference/position with non-standard bases
|
// TODO -- need to test against a reference/position with non-standard bases
|
||||||
if ( !Allele.acceptableAlleleBases(haplotype.getBases(), false) )
|
//if ( !Allele.acceptableAlleleBases(haplotype.getBases(), false) )
|
||||||
continue;
|
// continue;
|
||||||
|
|
||||||
final int haplotypeStart = ( previousHaplotypeSeen == null ? 0 : computeFirstDifferingPosition(haplotype.getBases(), previousHaplotypeSeen.getBases()) );
|
final int haplotypeStart = ( previousHaplotypeSeen == null ? 0 : computeFirstDifferingPosition(haplotype.getBases(), previousHaplotypeSeen.getBases()) );
|
||||||
previousHaplotypeSeen = haplotype;
|
previousHaplotypeSeen = haplotype;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue