Removed a debugging println that was accidentally checked in
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1348 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
845488ff94
commit
44673b2dce
|
|
@ -156,7 +156,6 @@ public class VariantEvalWalker extends RefWalker<Integer, Integer> {
|
|||
|
||||
//if ( eval!=null ) System.out.printf("Eval: %f %d %b%n", eval.getVariationConfidence(), minDiscoveryQ, eval.getVariationConfidence() < minDiscoveryQ);
|
||||
if ( eval != null ) {
|
||||
out.println(eval);
|
||||
if ( evalContainsGenotypes ) {
|
||||
// Genotyping - use best vs. next best lod
|
||||
if ( eval.getConsensusConfidence() < minDiscoveryQ ) eval = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue