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

recon annotator is using vmh.life domain

parent 9c16521e
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!427fix on reactome connector test after the database content changed
Pipeline #6617 passed
......@@ -39,12 +39,12 @@ public class ReconAnnotator extends ElementAnnotator implements IExternalService
/**
* Address of annotation rest service for elements.
*/
private static final String ELEMENT_ANNOTATION_URL_PREFIX = "https://vmh.uni.lu/_api/metabolites/?page_size=10000&format=json&search=";
private static final String ELEMENT_ANNOTATION_URL_PREFIX = "https://www.vmh.life/_api/metabolites/?page_size=10000&format=json&search=";
/**
* Address of annotation rest service for reactions.
*/
private static final String REACTION_ANNOTATION_URL_PREFIX = "https://vmh.uni.lu/_api/reactions/?page_size=10000&format=json&search=";
private static final String REACTION_ANNOTATION_URL_PREFIX = "https://www.vmh.life/_api/reactions/?page_size=10000&format=json&search=";
/**
* Class used for some simple operations on {@link BioEntity} elements.
......@@ -362,7 +362,7 @@ public class ReconAnnotator extends ElementAnnotator implements IExternalService
@Override
public String getUrl() {
return "http://humanmetabolism.org/";
return "https://www.vmh.life/";
}
@Override
......
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