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);
|
||||
|
||||
// TODO -- need to test against a reference/position with non-standard bases
|
||||
if ( !Allele.acceptableAlleleBases(haplotype.getBases(), false) )
|
||||
continue;
|
||||
//if ( !Allele.acceptableAlleleBases(haplotype.getBases(), false) )
|
||||
// continue;
|
||||
|
||||
final int haplotypeStart = ( previousHaplotypeSeen == null ? 0 : computeFirstDifferingPosition(haplotype.getBases(), previousHaplotypeSeen.getBases()) );
|
||||
previousHaplotypeSeen = haplotype;
|
||||
|
|
|
|||
Loading…
Reference in New Issue