JAL-3193 removal of rest.ensemblgenomes.org
[jalview.git] / src / jalview / datamodel / DBRefSource.java
index 7a30141..a56e8a0 100755 (executable)
@@ -86,17 +86,15 @@ public class DBRefSource
   public static final String GENEDB = "GeneDB".toUpperCase();
 
   /**
-   * Ensembl
+   * Ensembl (EnsemblGenomes merged to Ensembl rest services 09.04.2019)
    */
   public static final String ENSEMBL = "ENSEMBL";
 
-  public static final String ENSEMBLGENOMES = "ENSEMBLGENOMES";
-
   /**
    * List of databases whose sequences might have coding regions annotated
    */
   public static final String[] DNACODINGDBS = { EMBL, EMBLCDS, GENEDB,
-      ENSEMBL, ENSEMBLGENOMES };
+      ENSEMBL };
 
   public static final String[] CODINGDBS = { EMBLCDS, GENEDB, ENSEMBL };