We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the following command
robot export \ --prefix "oboInOwl: http://www.geneontology.org/formats/oboInOwl#" \ --input src/envo/envo-edit.owl \ --header "ID|LABEL|definition|oboInOwl:creation_date|oboInOwl:created_by|SubClass Of"
I get a column for oboInOwl:creation_date with values and an empty oboInOwl:created_by column
oboInOwl:creation_date
oboInOwl:created_by
oboInOwl:created_by annotations are present:
grep created_by src/envo/envo-edit.owl | wc -l
752
but they take a variety of object types
NB @cmungall
The text was updated successfully, but these errors were encountered:
Hi @turbomam - this should be resolved by #850 now. If you can build the ROBOT JAR from master, you should be able to get your exports 😄
master
By the way, oboInOwl is a built-in prefix in ROBOT, so you don't need to define it with --prefix
oboInOwl
--prefix
Sorry, something went wrong.
Sorry, I haven't had time to check this myself yet, but I trust that it works! I'll eventually speak up either way.
Thanks for the predefined prefixes reminder
beckyjackson
Successfully merging a pull request may close this issue.
When I run the following command
I get a column for
oboInOwl:creation_date
with values and an emptyoboInOwl:created_by
columnoboInOwl:created_by
annotations are present:grep created_by src/envo/envo-edit.owl | wc -l
but they take a variety of object types
NB @cmungall
The text was updated successfully, but these errors were encountered: