https://github.com/galaxyproject/galaxy
Raw File
Tip revision: c1e3087ca35dbca1b0328954fe4769d666d3f934 authored by Nate Coraor on 15 December 2016, 17:34:18 UTC
Fix an ACE vulnerability with gff filter tools. Thanks to David Wyde for
Tip revision: c1e3087
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