root/galaxy-central/manage_db.sh
@
3
リビジョン 2, 238 bytes (コミッタ: hatakeyama, 14 年 前) | |
---|---|
|
行番号 | |
---|---|
1 | #!/bin/sh |
2 | |
3 | ####### |
4 | # NOTE: To downgrade to a specific version, use something like: |
5 | # sh manage_db.sh downgrade --version=3 <community if using that webapp - galaxy is the default> |
6 | ####### |
7 | |
8 | cd `dirname $0` |
9 | python ./scripts/manage_db.py $@ |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。