Made num_loci_total public because I'm lazy. I'll change it back later.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@523 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-04-24 03:57:23 +00:00
parent 7ce11e152b
commit 1984bb2d13
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class AlleleMetrics {
long dbsnp_hits=0;
long num_variants=0;
long num_loci_total=0;
public long num_loci_total=0;
long num_loci_confident=0;
double LOD_cutoff = 5;
long hapmap_genotype_correct = 0;