Skip to content

Commit

Permalink
wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed May 25, 2021
1 parent 15e202c commit 94e4c84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions utils/subgraph
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

eval "$(conda shell.bash hook)"
conda activate semantic-sql
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd $SCRIPT_DIR/..
export PYTHONPATH="."
python3 -m semsql.subgraph "$@"
#pipenv run python -m semsql.subgraph "$@"
2 changes: 2 additions & 0 deletions utils/vsubgraph
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
subgraph -f viz -V up -s conf/obograph-style.json "$@"

0 comments on commit 94e4c84

Please sign in to comment.