JAL-1601 Create alignment copying method in AlignmentUtils
[jalview.git] / src / jalview / ws2 / actions / secstructpred / SecStructPredJob.java
index 506b8a5..2df2f25 100644 (file)
@@ -29,4 +29,9 @@ public class SecStructPredJob extends BaseJob
   {
     return true;
   }
+
+  public int[] getDelMap()
+  {
+    return this.delMap;
+  }
 }