Merged bug fix from Stable into Unstable

This commit is contained in:
Christopher Hartl 2011-11-09 11:26:30 -05:00
commit 149b79eaad
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class MVLikelihoodRatio extends InfoFieldAnnotation implements Experiment
mendelianViolation = new MendelianViolation(((VariantAnnotator)walker).familyStr, ((VariantAnnotator)walker).minGenotypeQualityP );
}
else {
throw new UserException("Mendelian violation annotation can only be used from the Variant Annotator");
throw new UserException("Mendelian violation annotation can only be used from the Variant Annotator, and must be provided a valid Family String file (-family) on the command line.");
}
}