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
Currently, when running:
dosdp-tools query --ontology=dpo-edit.owl --reasoner=elk --template=../patterns/dosdp-patterns/dpoAbnormalEntity.yaml --obo-prefixes=true --outfile=../patterns/data/original/dpoAbnormalEntity.tsv
I get a tsv like this:
defined_class defined_class_label entity entity_label quality quality_label http://purl.obolibrary.org/obo/FBcv_0000423 DNA repair defective http://purl.obolibrary.org/obo/GO_0006281 http://purl.obolibrary.org/obo/PATO_0000001
So there are columns for entity_label and quality_label, but no values in them. Is there a way to get this column populated?
Thanks a lot :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, when running:
I get a tsv like this:
So there are columns for entity_label and quality_label, but no values in them. Is there a way to get this column populated?
Thanks a lot :)
The text was updated successfully, but these errors were encountered: