Merge pull request #1522 from broadinstitute/rhl_sam_error_1427

Make exit system file type message generic
This commit is contained in:
Ron Levine 2016-11-23 11:05:58 -05:00 committed by GitHub
commit 7c8f97fdb9
1 changed files with 2 additions and 2 deletions

View File

@ -457,9 +457,9 @@ public abstract class CommandLineProgram {
throw new ReviewedGATKException("SamException found with no message!", t);
errorPrintf("------------------------------------------------------------------------------------------%n");
errorPrintf("A BAM/CRAM ERROR has occurred (version %s): %n", getVersionNumber());
errorPrintf("AN INPUT FILE ERROR has occurred (version %s): %n", getVersionNumber());
errorPrintf("%n");
errorPrintf("This means that there is something wrong with the BAM/CRAM file(s) you provided.%n");
errorPrintf("This means that there is something wrong with the input file(s) you provided.%n");
errorPrintf("The error message below tells you what is the problem.%n");
errorPrintf("%n");
printDocumentationReference();