当前位置:网站首页>安装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
边栏推荐
- PostgreSQL 9.1 soaring Road
- Node の MongoDB 安装
- Configure WebDAV server on Apache
- "Tips" to slim down Seurat objects
- Comparative study of the gods in the twilight Era
- Comprehensive evaluation of modular note taking software: craft, notation, flowus
- [cloud native | kubernetes] in depth understanding of ingress (12)
- Reptile exercises (I)
- Agile development / agile testing experience
- [FAQ] summary of common causes and solutions of Huawei account service error 907135701
猜你喜欢

【AI系统前沿动态第40期】Hinton:我的深度学习生涯与研究心法;Google辟谣放弃TensorFlow;封神框架正式开源

光环效应——谁说头上有光的就算英雄

Reptile exercises (I)

求解:在oracle中如何用一条语句用delete删除两个表中jack的信息

eclipse链接数据库中测试SQL语句删除出现SQL语句语法错误

After the game starts, you will be prompted to install HMS core. Click Cancel, and you will not be prompted to install HMS core again (initialization failure returns 907135003)

Database lock table? Don't panic, this article teaches you how to solve it

Reinforcement learning - learning notes 1 | basic concepts

室外LED屏幕防水吗?

聊聊支付流程的设计与实现逻辑
随机推荐
Using nsproxy to forward messages
.NET 使用 redis
"Tips" to slim down Seurat objects
CVPR 2022 | transfusion: Lidar camera fusion for 3D target detection with transformer
提高MySQL深分页查询效率的三种方案
阿里云有奖体验:用PolarDB-X搭建一个高可用系统
After the game starts, you will be prompted to install HMS core. Click Cancel, and you will not be prompted to install HMS core again (initialization failure returns 907135003)
WPF double slider control and forced capture of mouse event focus
Read the BGP agreement in 6 minutes.
Besides, rsync+inotify realizes real-time backup of data
CANN算子:利用迭代器高效实现Tensor数据切割分块处理
Three schemes to improve the efficiency of MySQL deep paging query
Etcd storage, watch and expiration mechanism
使用Scrcpy投屏
After the game starts, you will be prompted to install HMS core. Click Cancel, and you will not be prompted to install HMS core again (initialization failure returns 907135003)
XML入门一
AI painting minimalist tutorial
WPF双滑块控件以及强制捕获鼠标事件焦点
Talk about the design and implementation logic of payment process
Apache server access log access Log settings