Files
galaxy/create_db.sh
T
2019-06-13 12:53:26 +01:00

10 lines
123 B
Bash
Executable File

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