Always keep event bases in upper case

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3217 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2010-04-20 19:16:39 +00:00
parent 80c4f88a72
commit 52a570637d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class ExtendedEventPileupElement extends PileupElement {
if ( length <= 0 ) type = Type.NOEVENT;
else {
if ( eventBases != null ) {
this.eventBases = new String(eventBases);
this.eventBases = new String(eventBases).toUpperCase();
type = Type.INSERTION;
} else {
type = Type.DELETION;