ontodev / robot

ROBOT is an OBO Tool
http://robot.obolibrary.org
BSD 3-Clause "New" or "Revised" License
258 stars 70 forks source link

new command: graphviz #665

Open balhoff opened 4 years ago

balhoff commented 4 years ago

I would really love to have obographviz as a ROBOT command. @cmungall is the code implementing this currently python? It's important to me that the output is a graphviz DOT file, as obographviz provides.

matentzn commented 4 years ago

If it’s out of scope for ROBOT we could add it to ODK. Especially if you need dot.exe etc, may be easier.

jamesaoverton commented 4 years ago

Looks like it's JavaScript, importing lodash. I'm not really excited about adding JavaScript code to ROBOT, although I guess there might be some magic way to do it.

I'd be ok with importing some JVM code into ROBOT for this functionality. Adding the existing code to ODK is a straightforward solution.

What do you thing @balhoff ?

balhoff commented 4 years ago

If you don't mind I would like to leave this open in the hopes that I or someone else finds time to port @cmungall's code to Scala or Java.