Better message

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4474 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-10-10 20:11:51 +00:00
parent 0a4cf02a52
commit a0de269c4b
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class UserException extends ReviewedStingException {
public static class ReadMissingReadGroup extends MalformedBam {
public ReadMissingReadGroup(SAMRecord read) {
super(read, String.format("Read %s is missing the read group, which is required by the GATK", read.getReadName()));
super(read, String.format("Read %s is either missing the read group or its read group is not defined in the BAM header, both of which are required by the GATK", read.getReadName()));
}
}