New method for helping to quickly map different aligned versions of a
[jalview.git] / src / jalview / datamodel / SequenceI.java
index a056a36..36afd4b 100755 (executable)
@@ -29,7 +29,7 @@ public interface SequenceI {
 \r
   public int         findIndex(int pos);\r
   public int         findPosition(int i);\r
-\r
+  public int[]         gapMap();\r
   public void       deleteChars(int i, int j);\r
   public void       deleteCharAt(int i);\r
   public void       insertCharAt(int i, char c);\r