当前位置:网站首页>Install Trinity and solve error reporting
Install Trinity and solve error reporting
2022-07-04 13:51:00 【Bio dinosaur】
Shengxin software installation
List of articles
One 、 install trinity Report errors
Decompress code :
tar -zxvf trinityrnaseq-v2.14.0.FULL_with_extendedTestData.tar.gz
Enter the software folder
cd trinityrnaseq-v2.14.0/
Then input make Installation , Found an error .
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
Two 、 Resolve errors
Can't find cmake command , Need to download cmake, Click here to download , Choose the version that suits you 
Use the following command to decompress ( Don't copy my )
tar -zxvf cmake-3.23.2-linux-x86_64.tar.gz
Get into ~/.bashrc file , Add the following code to the last line (: Fill in the absolute path of your own document after the number ):
export PATH=$PATH:/home/bio_kang/software/cmake/bin
Input cmake --version Check whether the installation is successful
cmake version 3.23.2
And then into trinity Under the table of contents , Use make command 
After compiling, use Trinity --version Check if the installation is successful , Found and reported an error :
Command 'Trinity' not found, but can be installed with:
sudo apt install trinityrnaseq
I found someone else's reference on the Internet , It is found that you need to enter relevant files for compilation , You can refer to Small zi bamboo
Written
cd Inchworm/build/
rm CMakeCache.txt
make
Then proceed with the installation , I still can't use it :
Trinity --version
Command 'Trinity' not found, but can be installed with:
sudo apt install trinityrnaseq
Failed to download all the time , No errors found yet , Give up bravely , Delete .tar.gz After the document , Use conda Download ( It is recommended to create a new environment , To avoid incompatibility )
conda create -n trinity
Then input Y, You can create it successfully
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
Activate the environment ( It's best to create a new environment !!!)conda activate trinity
View version information :
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
边栏推荐
- 基于链表管理的单片机轮询程序框架
- .Net之延迟队列
- OPPO Find N2产品形态首曝:补齐各项短板
- Distributed base theory
- SQL language
- C foundation in-depth study I
- 美国土安全部长:国内暴力极端主义是目前美面临的最大恐怖主义威胁之一
- 一个数据人对领域模型理解与深入
- 担心“断气” 德国正修改《能源安全法》
- 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)
猜你喜欢

Comparative study of the gods in the twilight Era

Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example

聊聊支付流程的设计与实现逻辑

Animation and transition effects

7 月数据库排行榜:MongoDB 和 Oracle 分数下降最多

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

When MDK uses precompiler in header file, ifdef is invalid

Go 语言入门很简单:Go 实现凯撒密码

Etcd storage, watch and expiration mechanism

近日小结(非技术文)
随机推荐
When MDK uses precompiler in header file, ifdef is invalid
C语言程序设计
CTF competition problem solution STM32 reverse introduction
Excuse me, have you encountered this situation? CDC 1.4 cannot use timestamp when connecting to MySQL 5.7
ASP.NET Core入门一
Introduction to XML I
光环效应——谁说头上有光的就算英雄
C语言图书租赁管理系统
Apache server access log access Log settings
Getting started with microservices
MySQL 45 lecture - learn the actual combat notes of MySQL in Geek time 45 lecture - 06 | global lock and table lock_ Why are there so many obstacles in adding a field to the table
Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example
AI painting minimalist tutorial
C语言程序设计选题参考
WS2811 M是三通道LED驱动控制专用电路彩灯带方案开发
安装trinity、解决报错
Scrapy 框架学习
Rsyslog configuration and use tutorial
C语言职工管理系统
Web knowledge supplement