Skip to content
Snippets Groups Projects
Commit 2f2e960f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

pubmed api version changed

parent 3975f12d
No related branches found
No related tags found
1 merge request!44Resolve "semantic zoom"
...@@ -54,7 +54,7 @@ public class PubmedParser extends CachableInterface implements IExternalService ...@@ -54,7 +54,7 @@ public class PubmedParser extends CachableInterface implements IExternalService
/** /**
* Version of the remote API thnat is supported by this connecting class. * Version of the remote API thnat is supported by this connecting class.
*/ */
static final String SUPPORTED_VERSION = "5.0"; static final String SUPPORTED_VERSION = "5.2.1";
/** /**
* Connector used for accessing data from miriam registry. * Connector used for accessing data from miriam registry.
......
-- ensembl api version changed -- ensembl api version changed
delete from cachequery where type in (select iddb from cache_type where classname='lcsb.mapviewer.annotation.services.annotators.EnsemblAnnotator'); delete from cachequery where type in (select iddb from cache_type where classname='lcsb.mapviewer.annotation.services.annotators.EnsemblAnnotator');
-- pubmed api version changed
delete from cachequery where type in (select iddb from cache_type where classname='lcsb.mapviewer.annotation.services.PubmedParser');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment