Merge branch 'master' of github.com:broadinstitute/gsa-unstable
This commit is contained in:
commit
a921b06e02
|
|
@ -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