Yup, I broke the build...
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1750 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
841d25cc44
commit
303972aa4b
|
|
@ -47,4 +47,5 @@ public class OneStateErrorGenotypeLikelihoods extends GenotypeLikelihoods {
|
|||
SAMRecord read, int offset, GenotypeLikelihoods val ) {
|
||||
return simpleGetSetCache(ONE_STATE_CACHE, observedBase, qualityScore, ploidy, read, offset, val);
|
||||
}
|
||||
protected void clearCache() { ONE_STATE_CACHE = new GenotypeLikelihoods[BaseUtils.BASES.length][QualityUtils.MAX_QUAL_SCORE][MAX_PLOIDY][2]; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue