Skip to content

Commit

Permalink
process documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
hkir-dev committed Sep 3, 2023
1 parent 698a5ac commit 0a0faa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/main-flow.md
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/16.json](http://api.brain-map.org/api/v2/structure_graph_download/16.json)
2. Using the [LinkML-OWL](https://github.com/linkml/linkml-owl) structure graph is converted to the owl. [structure_graph_schema.yaml](https://github.com/hkir-dev/developing_human_brain_atlas_ontology/blob/main/src/linkml/structure_graph_schema.yaml) template 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-dhba.obo and uberon-bridge-to-aba.obo
4. Using the [ROBOT](http://robot.obolibrary.org/) ontology templating tool, external links to the related atlas web pages are generated (linkouts.owl). Such as, [http://atlas.brain-map.org/atlas?atlas=138322605#structure=10499](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.
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ nav:
- Getting started: index.md
- Cite: cite.md
- How-to guides:
- DHBAO workflow: main-flow.md
- Standard ODK workflows:
- Overview: odk-workflows/index.md
- Editors Workflow: odk-workflows/EditorsWorkflow.md
Expand Down

0 comments on commit 0a0faa4

Please sign in to comment.