https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 3ce0312a0a83dffaeccccb11a6e6ed5243f555ef authored by mvdbeek on 10 June 2021, 19:23:20 UTC
Update version to 21.05.
Tip revision: 3ce0312
create_db.sh
#!/bin/sh

cd "$(dirname "$0")"

. ./scripts/common_startup_functions.sh

setup_python

python ./scripts/create_db.py "$@"
back to top