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

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