-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add 'ontology' selection for remove and filter #452
Conversation
Just to be annoying (sorry):
Returns a new ontology y with the ontology annotations from x.owl and all axioms containing terms in terms.txt? |
No worries. Yes, that is correct! |
robot-command/src/main/java/org/obolibrary/robot/FilterCommand.java
Outdated
Show resolved
Hide resolved
I think this is right. It has always bugged me that "imports" is handled in a special way, and now "ontology" is handled in a special way, but I don't see an alternative. Please include a test that addresses @matentzn's specific use case. |
Side note, @matentzn - I would also add the |
Thanks @rctauber! |
To remove or filter for the ontology annotations:
Returns a new ontology with only the ontology annotations from
x.owl
Returns a copy of
x.owl
without any ontology annotations.See #451