https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 4cd434bee973385573a29860eb97370e96af3a08 authored by John Chilton on 15 January 2015, 21:01:03 UTC
Bugfix: Skip extra wrapping around template-style macros.
Tip revision: 4cd434b
create_db.sh
#!/bin/sh

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