/manage_db.sh

https://bitbucket.org/cistrome/cistrome-harvard/ · Shell · 9 lines · 2 code · 2 blank · 5 comment · 0 complexity · 6a8a39b00b24bad73289f5ada154a9eb MD5 · raw file

  1. #!/bin/sh
  2. #######
  3. # NOTE: To downgrade to a specific version, use something like:
  4. # sh manage_db.sh downgrade --version=3 <tool_shed if using that webapp - galaxy is the default>
  5. #######
  6. cd `dirname $0`
  7. python ./scripts/manage_db.py $@