当前位置:网站首页>安装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
边栏推荐
- WPF double slider control and forced capture of mouse event focus
- Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article
- 再说rsync+inotify实现数据的实时备份
- . Net using redis
- 面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
- c#数组补充
- In 2022, it will be es2022 soon. Do you only know the new features of ES6?
- After installing vscode, the program runs (an include error is detected, please update the includepath, which has been solved for this translation unit (waveform curve is disabled) and (the source fil
- 8个扩展子包!RecBole推出2.0!
- Flet教程之 03 FilledButton基础入门(教程含源码)(教程含源码)
猜你喜欢

AI painting minimalist tutorial

When MDK uses precompiler in header file, ifdef is invalid

Valentine's Day confession code

Oracle was named the champion of Digital Innovation Award by Ventana research

从0到1建设智能灰度数据体系:以vivo游戏中心为例

"Pre training weekly" issue 52: shielding visual pre training and goal-oriented dialogue

上汽大通MAXUS正式发布全新品牌“MIFA”,旗舰产品MIFA 9正式亮相!

2022年中国移动阅读市场年度综合分析

After installing vscode, the program runs (an include error is detected, please update the includepath, which has been solved for this translation unit (waveform curve is disabled) and (the source fil

Zhongang Mining: in order to ensure sufficient supply of fluorite, it is imperative to open source and save flow
随机推荐
从0到1建设智能灰度数据体系:以vivo游戏中心为例
.NET 使用 redis
一个数据人对领域模型理解与深入
游戏启动后提示安装HMS Core,点击取消,未再次提示安装HMS Core(初始化失败返回907135003)
上汽大通MAXUS正式发布全新品牌“MIFA”,旗舰产品MIFA 9正式亮相!
2022KDD预讲 | 11位一作学者带你提前解锁优秀论文
聊聊支付流程的设计与实现逻辑
三星量产3纳米产品引台媒关注:能否短期提高投入产出率是与台积电竞争关键
When MDK uses precompiler in header file, ifdef is invalid
Don't turn down, three sentences to clarify the origin of cross domain resource request errors
Alibaba cloud award winning experience: build a highly available system with polardb-x
使用宝塔部署halo博客
求解:在oracle中如何用一条语句用delete删除两个表中jack的信息
CTF competition problem solution STM32 reverse introduction
Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation
Cors: standard scheme of cross domain resource request
Reading cognitive Awakening
Efficient! Build FTP working environment with virtual users
Reinforcement learning - learning notes 1 | basic concepts
Web知识补充