From 7e68b1462fe8d166145f5e26fa53c39144b12f2f Mon Sep 17 00:00:00 2001 From: cmungall Date: Fri, 29 Apr 2022 17:05:47 -0700 Subject: [PATCH] refactored folders --- README.md | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index e16b2ff..989f867 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# semantic-sql: standard SQL views for ontologies +# Semantic-Sql: standard SQL views for ontologies This repo provides a SQL **schema definitions** for working with ontologies, together with tools for being able to load these from RDF/OWL files. @@ -156,34 +156,14 @@ sqlite> select count(*) from rdfs_subclass_of_statement; ## Python -NOTE: the functionality here is now better accessed via -[ontology-access-kit](https://github.com/INCATools/ontology-access-kit) - -```bash -pip install -r requirements.txt -``` - - -for visualization, install: https://github.com/cmungall/obographviz - -```bash -npm install -g graphviz -``` - - -visualize all terms starting with the string "nucle" and their ancestors using obographviz, with subClassOf as a containment relation: +See: +[ontology-access-kit](https://github.com/INCATools/ontology-access-kit) ```bash -subgraph-d tests/inputs/go-nucleus.db -m label nucle% -f viz -p s,BFO:0000050 \ - -s conf/obograph-style.json -C 'containmentRelations: [rdfs:subClassOf]' +runoak -i db/envo.db search t~biome ``` -Generates: - -![image](https://user-images.githubusercontent.com/50745/119427094-4659d580-bcbf-11eb-8c79-ed8559ed4886.png) - - ## Modules @@ -231,10 +211,6 @@ views for querying ontologies such as GO, that incorporate critical information in existential axioms, the view `edge` provides a union of subclass between named classes and subclasses of existentials. -### OBO-Checks - -This is an experiment to try and replicate ROBOT checks. See below - ### GO ## Validation