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
Create SSOM mapping files in the HBAO repository that will replace the uberon-bridge-to-hba.owl
This command can be used to generate SSSOM mapping from the uberon-edit.obo https://incenp.org/dvlpt/sssom-java/robot-xref-extract.html (check --ignore-treat-xrefs parameter to only generate HBA mappings)
uberon-edit.obo
--ignore-treat-xrefs
Sample file exists in FBBT: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/blob/master/fbbt.sssom.tsv This is the required example rule file: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/blob/master/src/scripts/bridging.rules (ignore annotate_subject(IAO:0000589, "%object_label (Drosophila)"); section)
annotate_subject(IAO:0000589, "%object_label (Drosophila)");
This example GitHub actions can be used for continuous integration: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/blob/master/.github/workflows/uberon-integration.yml
The text was updated successfully, but these errors were encountered:
hkir-dev
AvolaAmg
No branches or pull requests
Create SSOM mapping files in the HBAO repository that will replace the uberon-bridge-to-hba.owl
This command can be used to generate SSSOM mapping from the
uberon-edit.obo
https://incenp.org/dvlpt/sssom-java/robot-xref-extract.html (check--ignore-treat-xrefs
parameter to only generate HBA mappings)Sample file exists in FBBT: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/blob/master/fbbt.sssom.tsv
This is the required example rule file: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/blob/master/src/scripts/bridging.rules (ignore
annotate_subject(IAO:0000589, "%object_label (Drosophila)");
section)This example GitHub actions can be used for continuous integration: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/blob/master/.github/workflows/uberon-integration.yml
The text was updated successfully, but these errors were encountered: