JAL-1131 - todos for later versions
authorjprocter <jprocter@compbio.dundee.ac.uk>
Sun, 5 Aug 2012 17:32:27 +0000 (18:32 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Sun, 5 Aug 2012 17:32:27 +0000 (18:32 +0100)
src/jalview/commands/EditCommand.java

index 9413ba8..d41f9f8 100644 (file)
@@ -500,8 +500,11 @@ public class EditCommand implements CommandI
           fullseq = osp.substring(0, ipos) + nogaprep
                   + osp.substring(ipos + nogaprep.length());
           newds.setSequence(fullseq.toUpperCase());
-          // TODO: ensure newly created dataset sequence is added to the set of
+          // TODO: JAL-1131 ensure newly created dataset sequence is added to the set of
           // dataset sequences associated with the alignment.
+          // TODO: JAL-1131 fix up any annotation associated with new dataset
+          // sequence to ensure that original sequence/annotation relationships
+          // are preserved.
           command.seqs[i].setDatasetSequence(newds);
 
         }