当前位置:网站首页>安装trinity、解决报错
安装trinity、解决报错
2022-07-04 12:44:00 【Bio大恐龙】
生信软件安装
一、安装trinity报错
解压代码:
tar -zxvf trinityrnaseq-v2.14.0.FULL_with_extendedTestData.tar.gz
进入软件文件夹
cd trinityrnaseq-v2.14.0/
然后输入make
进行安装,发现报错。
Using gnu compiler for Inchworm and Chrysalis
cd Inchworm && make
make[1]: Entering directory '/home/bio_kang/software/trinityrnaseq-v2.14.0/Inchworm'
mkdir -p build
cd build && cmake -DCMAKE_INSTALL_PREFIX="" ../ && make DESTDIR=../ install
/bin/sh: 1: cmake: not found
make[1]: *** [Makefile:3: all] Error 127
make[1]: Leaving directory '/home/bio_kang/software/trinityrnaseq-v2.14.0/Inchworm'
make: *** [Makefile:32: inchworm_target] Error 2
二、解决报错
找不到cmake
命令,需要下载cmake,点击这里进行下载,选择适合自己的版本
使用下列命令进行解压(不要直接复制我的)
tar -zxvf cmake-3.23.2-linux-x86_64.tar.gz
进入~/.bashrc
文件,将下列代码添加到最后一行(:号后填自己文件的绝对路径):
export PATH=$PATH:/home/bio_kang/software/cmake/bin
输入cmake --version
查看是否安装成功
cmake version 3.23.2
然后在进入trinity目录下,使用make
命令
编译成功后使用Trinity --version
检查是否安装成功,发现又报错:
Command 'Trinity' not found, but can be installed with:
sudo apt install trinityrnaseq
在网上找了人家的参考,发现是还要进入相关文件进行编译,可以去参考小zi竹
写的
cd Inchworm/build/
rm CMakeCache.txt
make
然后继续进行安装,发现还是使用不了:
Trinity --version
Command 'Trinity' not found, but can be installed with:
sudo apt install trinityrnaseq
一直下载不成功,还找不到错误,勇敢放弃,删除.tar.gz文件后,使用conda进行下载(建议新建环境,以免出现不兼容的现象)
conda create -n trinity
然后输入Y,即可创建成功
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate trinity
#
# To deactivate an active environment, use
#
# $ conda deactivate
激活环境(最好新建一个环境!!!)conda activate trinity
查看版本信息:
Trinity --version
Trinity version: Trinity-v2.8.5
** NOTE: Latest version of Trinity is Trinity-v2.14.0, and can be obtained at:
https://github.com/trinityrnaseq/trinityrnaseq/releases
边栏推荐
- Is the outdoor LED screen waterproof?
- Xue Jing, director of insight technology solutions: Federal learning helps secure the flow of data elements
- MySQL three-level distribution agent relationship storage
- C language Dormitory Management Query Software
- Web知识补充
- "Pre training weekly" issue 52: shielding visual pre training and goal-oriented dialogue
- C语言宿舍管理查询软件
- 读《认知觉醒》
- Apache服务器访问日志access.log设置
- Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation
猜你喜欢
三星量产3纳米产品引台媒关注:能否短期提高投入产出率是与台积电竞争关键
室外LED屏幕防水吗?
eclipse链接数据库中测试SQL语句删除出现SQL语句语法错误
Valentine's Day confession code
Xue Jing, director of insight technology solutions: Federal learning helps secure the flow of data elements
It is six orders of magnitude faster than the quantum chemical method. An adiabatic artificial neural network method based on adiabatic state can accelerate the simulation of dual nitrogen benzene der
CVPR 2022 | TransFusion:用Transformer进行3D目标检测的激光雷达-相机融合
8 expansion sub packages! Recbole launches 2.0!
Annual comprehensive analysis of China's mobile reading market in 2022
Database lock table? Don't panic, this article teaches you how to solve it
随机推荐
一个数据人对领域模型理解与深入
Apache服务器访问日志access.log设置
【云原生 | Kubernetes篇】深入了解Ingress(十二)
7 月数据库排行榜:MongoDB 和 Oracle 分数下降最多
Read the BGP agreement in 6 minutes.
"Tips" to slim down Seurat objects
Commvault 和 Oracle 合作,在 Oracle 云上提供 Metallic数据管理即服务
Introduction to XML II
C语言小型商品管理系统
2022年中国移动阅读市场年度综合分析
DGraph: 大规模动态图数据集
CTF competition problem solution STM32 reverse introduction
比量子化学方法快六个数量级,一种基于绝热状态的绝热人工神经网络方法,可加速对偶氮苯衍生物及此类分子的模拟
The old-fashioned synchronized lock optimization will make it clear to you at once!
SQL language
WPF double slider control and forced capture of mouse event focus
Samsung's mass production of 3nm products has attracted the attention of Taiwan media: whether it can improve the input-output rate in the short term is the key to compete with TSMC
爬虫练习题(一)
使用 NSProxy 实现消息转发
SQL语言