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

robot export not handling oboInOwl:created_by #847

Closed
turbomam opened this issue May 11, 2021 · 2 comments · Fixed by #850
Closed

robot export not handling oboInOwl:created_by #847

turbomam opened this issue May 11, 2021 · 2 comments · Fixed by #850
Assignees

Comments

@turbomam
Copy link

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: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

@beckyjackson
Copy link
Contributor

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 😄

By the way, oboInOwl is a built-in prefix in ROBOT, so you don't need to define it with --prefix

@turbomam
Copy link
Author

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

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

Successfully merging a pull request may close this issue.

2 participants