JAL-1619 first draft of 'linked protein and cDNA'
[jalview.git] / src / jalview / analysis / Dna.java
index 172a910..0c020dd 100644 (file)
@@ -42,6 +42,10 @@ import java.util.Hashtable;
 import java.util.List;
 import java.util.Vector;
 
+import java.util.ArrayList;
+import java.util.Hashtable;
+import java.util.Vector;
+
 public class Dna
 {
   /**
@@ -161,7 +165,7 @@ public class Dna
     AlignmentI al = new Alignment(newseqs);
     al.padGaps(); // ensure we look aligned.
     al.setDataset(dataset);
-    translateAlignedAnnotations(annotations, al, codons);
+    // translateAlignedAnnotations(annotations, al, codons);
     al.addCodonFrame(codons);
     return al;
   }