https://github.com/galaxyproject/galaxy
Raw File
Tip revision: f01300d7da5625ac264552258b29818598d4d535 authored by Nate Coraor on 12 August 2015, 21:12:44 UTC
Bump version to 15.05.1.
Tip revision: f01300d
create_db.sh
#!/bin/sh

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