Skip to content

Commit

Permalink
build flow documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
hkir-dev committed Sep 3, 2023
1 parent 775b7f8 commit fc80e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/main-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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/10.json](http://api.brain-map.org/api/v2/structure_graph_download/10.json)
1. Related structure graph is downloaded from Allen, eg. [http://api.brain-map.org/api/v2/structure_graph_download/1.json](http://api.brain-map.org/api/v2/structure_graph_download/1.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/mouse_brain_atlas_ontology/blob/main/src/linkml/structure_graph_schema.yaml) template is utilized for the conversion.
3. Using the [ROBOT](http://robot.obolibrary.org/) ontology templating tool, a [new bridge file](https://github.com/hkir-dev/mouse_brain_atlas_ontology/tree/main/src/templates) template is generated.
4. Using the new bridge template atlas and UBERON terms are manually mapped.
Expand Down

0 comments on commit fc80e25

Please sign in to comment.