Removing annoying printouts
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3926 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
2307bed742
commit
72875cf717
|
|
@ -307,7 +307,7 @@ public class GenotypeConcordance extends VariantEvaluator implements StandardEva
|
||||||
sampleStats.incrValue(sample, truth, called);
|
sampleStats.incrValue(sample, truth, called);
|
||||||
if ( (truth == Genotype.Type.HOM_VAR || truth == Genotype.Type.HET) && called == Genotype.Type.NO_CALL ) {
|
if ( (truth == Genotype.Type.HOM_VAR || truth == Genotype.Type.HET) && called == Genotype.Type.NO_CALL ) {
|
||||||
if ( PRINT_INTERESTING_SITES && super.getVEWalker().printInterestingSites() )
|
if ( PRINT_INTERESTING_SITES && super.getVEWalker().printInterestingSites() )
|
||||||
System.out.printf("%s: HM3 FN => %s%n", group, validation);
|
;//System.out.printf("%s: HM3 FN => %s%n", group, validation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue