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:
parent
80c4f88a72
commit
52a570637d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue