Skip to content

Commit

Permalink
Consistency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianduesing committed Dec 28, 2023
1 parent 6127025 commit f156d3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ See below for a full list of files, build instructions, and instructions on usin
### Importing from a New Ontology

If you wish to import terms from an ontology for which OBI does not currently have an OntoFox import file ([`src/ontology/OntoFox_inputs/`](src/ontology/OntoFox_inputs/)), follow these steps:
1. Write the import file for the new ontology (see existing import files for reference)

1. Write the import file for the new ontology (see existing import files for reference).
2. Update [`catalog-v001.xml`](src/ontology/catalog-v001.xml) to list the new import file like it lists the existing import files.
3. Add an import statement to [`obi-edit.owl`](src/ontology/obi-edit.owl).
4. Create a blank file for the output module in [`src/ontology/OntoFox_outputs/`](src/ontology/OntoFox_outputs), e.g., to make phony output for foo.owl imports:
```
touch src/ontology/OntoFox_outputs/foo_imports.owl
```
5. Build the module & obi.owl
5. Build the module & obi.owl.
```
make imports
make obi.owl
Expand Down

0 comments on commit f156d3e

Please sign in to comment.