added a check to ensure the eval track variation is bi-allelic. Also changed some string constants over to enums

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1884 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-10-20 04:56:51 +00:00
parent b8ab77c91c
commit d749a5eb5f
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class VariantEvalWalker extends RefWalker<Integer, Integer> {
int nBoundGoodRods = tracker.getNBoundRodTracks("interval");
if ( nBoundGoodRods > 0 ) {
//System.out.printf("%s: n = %d%n", context.getLocation(), nBoundGoodRods );
// Iterate over each analysis, and update it
Variation eval = (Variation)tracker.lookup("eval", null);