Ai
23 Star 56 Fork 90

openEuler/hpcrunner
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test-trinity.sh 357 Bytes
一键复制 编辑 原始数据 按行查看 历史
chen524 提交于 2025-09-10 10:02 +08:00 . update test/test-trinity.sh.
#!/bin/bash
cd ..
# release trinity src code
rm -rf tmp/trinityrnaseq-v2.14.0.FULL_with_extendedTestData
# copy templates
cp -rf templates/trinity/2.14.0/data.trinity.x86.cpu.config ./
# switch to config
./jarvis -use data.trinity.x86.cpu.config
# download trinity src code
./jarvis -d
# install dependency
./jarvis -dp
# build
./jarvis -b
# run
./jarvis -r
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/hpcrunner.git
git@gitee.com:openeuler/hpcrunner.git
openeuler
hpcrunner
hpcrunner
master

搜索帮助