Better INFO field annotation for Mendel violations

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2937 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-03-05 15:22:04 +00:00
parent 9f7ebe1e1c
commit 33cefddf55
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class MendelianViolationEvaluator extends VariantEvaluator {
throw new StingException("BUG: unexpected child genotype class " + childG);
}
return label;
return "MendelViolation=" + label;
}
}
}