owlcollab / owltools

OWLTools
BSD 3-Clause "New" or "Revised" License
108 stars 33 forks source link

Should TableRenderer include properties? #229

Open balhoff opened 6 years ago

balhoff commented 6 years ago

TableRenderer seems to output only classes and instances. Is there a reason to exclude properties?

https://github.com/owlcollab/owltools/blob/178e1f994aa4a5e9e4d43c7a5243145436c553a8/OWLTools-Core/src/main/java/owltools/io/TableRenderer.java#L44-L45

cmungall commented 6 years ago

Not particularly.. feel free to PR, but may also want to consider a standard SPARQL query or fleshing out robot reporthttps://github.com/ontodev/robot/issues/205

cmungall commented 6 years ago

Ah I see the context for this is making a simple list of IDs rather than a report for its own sake https://github.com/geneontology/go-ontology/issues/14804 -- yeh so maybe owltools table renderer isn't the best solution here anyway

cmungall commented 6 years ago

MOVING TEXT TO ROBOT TRACKER

(this was in the wrong ticket, thx Jim!)

balhoff commented 6 years ago

@cmungall are you on the right ticket?

cmungall commented 6 years ago

will close as I think robot is the right way to do this, reopen if you'd like this in owltools