JAL-3012 JAL-2937 TODO avoid creating data copies by instrumenting output alignment...
[jalview.git] / src / jalview / hmmer / HMMBuild.java
index 6fcd6db..b3cca40 100644 (file)
@@ -196,7 +196,9 @@ public class HMMBuild extends HmmerCommand
           copy.add(seq);
         }
       }
-
+      // TODO rather than copy alignment data we should anonymize in situ -
+      // export/File import could use anonymization hash to reinstate references
+      // at import level ?
       SequenceI[] copyArray = copy.toArray(new SequenceI[copy.size()]);
       Hashtable sequencesHash = stashSequences(copyArray);