root/galaxy-central/manage_db.sh

リビジョン 2, 238 bytes (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

  • 属性 svn:executable の設定値 *
行番号 
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
8cd `dirname $0`
9python ./scripts/manage_db.py $@
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。