Better error message.

This commit is contained in:
Christopher Hartl 2011-11-09 11:25:28 -05:00
parent d3a533b82e
commit 11abb4f9d1
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.");
}
}