Removing zero no-calls restriction in AC stats

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3314 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
rpoplin 2010-05-06 18:55:07 +00:00
parent 0e58fb7cc0
commit 7cecec7d00
1 changed files with 1 additions and 2 deletions

View File

@ -143,8 +143,7 @@ public class SimpleMetricsByAC extends VariantEvaluator {
if (eval != null &&
eval.isSNP() &&
eval.hasGenotypes() &&
eval.getNoCallCount() == 0 ) {
eval.hasGenotypes()) {
if ( metrics == null )
metrics = new MetricsByAc(2 * eval.getNSamples());
metrics.incrValue(eval);