JAL-3012 JAL-2937 TODO avoid creating data copies by instrumenting output alignment...
authorJim Procter <jprocter@issues.jalview.org>
Fri, 1 Jun 2018 14:04:43 +0000 (15:04 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 1 Jun 2018 14:04:43 +0000 (15:04 +0100)
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);