Files
galaxy/create_db.sh
T
2018-04-04 16:38:01 -04:00

10 lines
116 B
Bash
Executable File

#!/bin/sh
cd `dirname $0`
. ./scripts/common_startup_functions.sh
setup_python
python ./scripts/create_db.py $@