Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should TableRenderer include properties? #229

Open
balhoff opened this issue Dec 21, 2017 · 5 comments
Open

Should TableRenderer include properties? #229

balhoff opened this issue Dec 21, 2017 · 5 comments

Comments

@balhoff
Copy link
Member

balhoff commented Dec 21, 2017

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

Set<OWLObject> objs = new HashSet<OWLObject>(g.getSourceOntology().getClassesInSignature(Imports.EXCLUDED));
objs.addAll(g.getSourceOntology().getIndividualsInSignature(Imports.EXCLUDED));

@cmungall
Copy link
Member

Not particularly.. feel free to PR, but may also want to consider a standard SPARQL query or fleshing out robot reportontodev/robot#205

@cmungall
Copy link
Member

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

@cmungall
Copy link
Member

cmungall commented Dec 21, 2017

MOVING TEXT TO ROBOT TRACKER

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

@balhoff
Copy link
Member Author

balhoff commented Dec 21, 2017

@cmungall are you on the right ticket?

@cmungall
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants