JAL-3018 updated to Ensembl REST 7.0
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 10 Aug 2018 10:59:33 +0000 (11:59 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 10 Aug 2018 10:59:33 +0000 (11:59 +0100)
src/jalview/ext/ensembl/EnsemblRestClient.java

index 19940ff..9e01cc4 100644 (file)
@@ -64,9 +64,9 @@ abstract class EnsemblRestClient extends EnsemblSequenceFetcher
    * @see https://github.com/Ensembl/ensembl-rest/wiki/Change-log
    * @see http://rest.ensembl.org/info/rest?content-type=application/json
    */
-  private static final String LATEST_ENSEMBLGENOMES_REST_VERSION = "6.3";
+  private static final String LATEST_ENSEMBLGENOMES_REST_VERSION = "7.0";
 
-  private static final String LATEST_ENSEMBL_REST_VERSION = "6.3";
+  private static final String LATEST_ENSEMBL_REST_VERSION = "7.0";
 
   private static final String REST_CHANGE_LOG = "https://github.com/Ensembl/ensembl-rest/wiki/Change-log";