JAL-845 TODO comment added
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 7 Jan 2015 17:23:04 +0000 (17:23 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 7 Jan 2015 17:23:04 +0000 (17:23 +0000)
src/jalview/datamodel/Alignment.java

index f31fcd8..91108bc 100755 (executable)
@@ -1612,6 +1612,10 @@ public class Alignment implements AlignmentI
     {
       return false;
     }
+
+    // TODO: match sequence ids, allow different sequence ordering?
+    // TODO: allow for stop/start codons?
+    // TODO: exclude introns
     int i = 0;
     for (SequenceI seq : this.getSequences())
     {