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:
parent
0e58fb7cc0
commit
7cecec7d00
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue