加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
create_toolshed_db.sh 374 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
#######
# Use this script to verify the state of the Tool Shed database.
# If the database does not exist or is empty, it will be created
# and initialized.
# (For Galaxy and Tool Shed Install databases, use create_db.sh).
#######
cd "$(dirname "$0")"
. ./scripts/common_startup_functions.sh
setup_python
python ./scripts/create_toolshed_db.py "$@" tool_shed
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化