JAL-2114 save 'raw' ENA location as a sequence feature attribute
[jalview.git] / src / jalview / datamodel / xdb / embl / EmblEntry.java
index 3207411..50a262f 100644 (file)
@@ -510,6 +510,7 @@ public class EmblEntry
         SequenceFeature sf = makeCdsFeature(exon, xint, prname, prid, vals,
                 codonStart);
         sf.setType(feature.getName()); // "CDS"
+        sf.setEnaLocation(feature.getLocation());
         sf.setFeatureGroup(sourceDb);
         dna.addSequenceFeature(sf);
       }