OLS icon indicating copy to clipboard operation
OLS copied to clipboard

Download the image of the ontology viz

Open ypriverol opened this issue 8 years ago • 4 comments

@simonjupp The previous API had a functionality to been able to download the picture of the term relations as the web http://www.ebi.ac.uk/ols/beta/ontologies/aeo/terms/graph?iri=http://purl.obolibrary.org/obo/CARO_0000008&&ed=http://purl.obolibrary.org/obo/CARO_0000008&&

This one was the entry point:

http://www.ebi.ac.uk/ontology-lookup/serveImgFile.do?imgFileName=

Do you have plants for this?

Regards

ypriverol avatar Mar 03 '16 10:03 ypriverol

I am afraid, since the new visualisation is done client side in your browser, you can not download the picture programmatically through the API.

LLTommy avatar Mar 03 '16 10:03 LLTommy

Even though it is not possible now, we just decided to look into this and see if we can come up with a solution.

LLTommy avatar Mar 03 '16 10:03 LLTommy

that would be great, we can generate that running time. Some of our users likes to see the relation for some terms. We can always forward them to the picture url (I think the best option right now.)

ypriverol avatar Mar 03 '16 11:03 ypriverol

The problem, in general, with a picture is that you lose all the interactivity that the javascript visualisation comes with. And I think it would be nice to offer this interactivity to the user. The easy way to accomplish this would simply be to forward the user to the graph view on ols for that term.

However there might be another solution if you don't want to open a browser window. There are ways to integrate javascript into your java application (look for Rhino and Nashorn). Since the visualisation is designed as standalone plugin, you might be able to make this work without too much effort (plus have the ability to customise the visualisation a bit, it comes with lots of options). I never tried this, so I don't know - but this might be interesting for you...?

LLTommy avatar Mar 03 '16 19:03 LLTommy