Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.6.1, 2.7, 2.8.1, 2.8.2, 2.8.2b1, 2.9
-
Fix Version/s: None
-
Labels:
Description
Importing an alignment such as:
>f1
asasas......
>f2
asasasa.
>f3
asasdad...
and then selecting 'Edit->remove gapped columns' causes the following exception:
In applet:
Exception in thread "AWT-EventQueue-6" java.lang.ArrayIndexOutOfBoundsException: 12
at jalview.datamodel.r.d(Unknown Source)
In application:
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 158
at jalview.datamodel.Sequence.deleteChars(Sequence.java:713)
at jalview.commands.EditCommand.deleteGap(EditCommand.java:246)
at jalview.commands.EditCommand.performEdit(EditCommand.java:184)
at jalview.commands.RemoveGapColCommand.<init>(RemoveGapColCommand.java:106)
at jalview.gui.AlignFrame.removeGappedColumnMenuItem_actionPerformed(AlignFrame.java:2149)