Commented out a debugging line
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@414 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b39e584787
commit
49d76014d1
|
|
@ -109,14 +109,16 @@ public class AlleleMetrics {
|
|||
//String called_genotype = alleleFreq.asString();
|
||||
//out.format("%s %s %c %c", hapmap_genotype, called_genotype, alleleFreq.ref, alleleFreq.alt);
|
||||
|
||||
System.out.printf("DBG %f %s\n", LOD_cutoff, alleleFreq.asTabularString());
|
||||
//System.out.printf("DBG %f %s\n", LOD_cutoff, alleleFreq.asTabularString());
|
||||
if (alleleFreq.lodVsNextBest >= LOD_cutoff) {
|
||||
|
||||
/*
|
||||
System.out.printf("DBG %f %f %f %f\n",
|
||||
hapmap_q,
|
||||
alleleFreq.qhat,
|
||||
alleleFreq.qstar,
|
||||
alleleFreq.lodVsNextBest);
|
||||
*/
|
||||
|
||||
// Calculate genotyping performance - did we get the correct genotype of the N+1 choices?
|
||||
//if (hapmap_q != -1 && hapmap_q == alleleFreq.qstar) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue