JAL-1705 add exon name to features and render on peptide (to show
[jalview.git] / src / jalview / ext / ensembl / EnsemblCds.java
index 1f875a7..7d0b6fd 100644 (file)
@@ -7,10 +7,11 @@ public class EnsemblCds extends EnsemblSeqProxy
 {
   /*
    * fetch cds features on genomic sequence (to identify the CDS regions)
-   * and variation features (to retain)
+   * and exon and variation features (to retain for display)
    */
   private static final EnsemblFeatureType[] FEATURES_TO_FETCH = {
-      EnsemblFeatureType.cds, EnsemblFeatureType.variation };
+      EnsemblFeatureType.cds, EnsemblFeatureType.exon,
+      EnsemblFeatureType.variation };
 
   /**
    * Constructor