-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Build Process Flow | ||
|
||
Project build process works as follows: | ||
|
||
1. Related structure graph is downloaded from Allen, eg. http://api.brain-map.org/api/v2/structure_graph_download/8.json | ||
2. Using the [LinkML-OWL](https://github.com/linkml/linkml-owl) structure graph is converted to the owl. This template (https://github.com/hkir-dev/primate_brain_atlas_ontology/blob/main/src/linkml/structure_graph_schema.yaml) is utilized for the conversion. | ||
3. Related bridge files are downloaded from the [UBERON](https://github.com/obophenotype/uberon/tree/master/src/ontology/bridge) repo. In this case uberon-bridge-to-pba.obo and uberon-bridge-to-aba.obo | ||
4. Using the [ROBOT](http://robot.obolibrary.org/) ontology templating tool, external links to the related atlas pages are generated (linkouts.owl). Eg. https://github.com/hkir-dev/human_brain_atlas_ontology/blob/main/src/templates/linkouts.tsv. This template generates external links to the related atlas web pages http://atlas.brain-map.org/atlas?atlas=138322605#structure=10499 | ||
5. Finally all ontologies (linkouts.owl, structure graph ontology and bridges) are merged and the uberon import module added to the output ontology. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters