JAL-3692 set CDS /product as EMBLCDSPROTEIN description
[jalview.git] / src / jalview / io / EmblFlatFile.java
index f7a5161..13f224b 100644 (file)
@@ -597,6 +597,7 @@ public class EmblFlatFile extends AlignFile // FileParse
       if (protein == null)
       {
         protein = new Sequence(data.proteinId, data.translation);
+        protein.setDescription(data.proteinName);
         proteins.put(data.proteinId, protein);
       }
       // assuming CDSPROTEIN sequence version = dna version (?!)