INCATools / semantic-sql

SQL and SQLite builds of OWL ontologies
https://incatools.github.io/semantic-sql/
BSD 3-Clause "New" or "Revised" License
37 stars 3 forks source link

elaboration of python3 -m semsql.subgraph dependency on ./node_modules/obographviz/bin/og2dot.js #27

Closed turbomam closed 2 years ago

turbomam commented 2 years ago

Make sure installation of graphviz and obographviz are clear and differentiated.

python3 -m semsql.subgraph -d db/pato.db -f obojson -m label size > pato_size.json
og2dot.js --outfile pato_size.png --to=png  pato_size.json

note whitespace between subgraph and -d...