Revision 5c367df4fbabf2ba58c2299724207289e6919753 authored by Dannon Baker on 04 December 2014, 16:51:46 UTC, committed by Dannon Baker on 04 December 2014, 16:51:46 UTC
1 parent c7959cc
Raw File
manage_db.sh
#!/bin/sh

#######
# NOTE: To downgrade to a specific version, use something like:
# sh manage_db.sh downgrade --version=3 <tool_shed if using that webapp - galaxy is the default>
#######

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