-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change implementation strategy to parameterize focus ontology file
This implementation pattern should enable every directory with a Turtle file to be able to call the script with the same command pattern, whether in UCO or a downstream ontology. Hard-coded logic moves out of the script, and into maintaining a tab-separated-values file and Make calls to spcify what ontology file to inspect. This way, any individual ontology file can be loaded into Protege if desired. This patch modifies the demonstrated Makefile call pattern. After demonstration by regenerating the catalog XML file for the root `uco.ttl` graph, future patches will generate other catalog files. This patch also removes some erroneously copy-pasted script text from `/ontology/uco/master/Makefile`, and retires the first draft by @DrSnowbird. References: * #449 Signed-off-by: Alex Nelson <[email protected]>
- Loading branch information
1 parent
ed283dd
commit a86d280
Showing
3 changed files
with
198 additions
and
172 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
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
Oops, something went wrong.