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

GO interface change

parent a9e6ed81
No related branches found
No related tags found
1 merge request!104Resolve "reverse search for drug interaction"
......@@ -140,7 +140,7 @@ public class GoAnnotator extends ElementAnnotator implements IExternalService {
result = new Go();
}
String accessUrl = getMc().getUrlString(md) + "&format=oboxml";
String accessUrl = "https://www.ebi.ac.uk/QuickGO-Old/GTerm?id=" + md.getResource() + "&format=oboxml";
try {
String tmp = getWebPageContent(accessUrl);
......
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