https://github.com/galaxyproject/galaxy
Raw File
Tip revision: c8e9845c5c57714042a75053d954b1c7f0962672 authored by Nate Coraor on 24 February 2016, 18:34:05 UTC
Update version to 15.05.2
Tip revision: c8e9845
create_db.sh
#!/bin/sh

cd `dirname $0`
python ./scripts/create_db.py $@
back to top