当前位置:网站首页>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
边栏推荐
- Getting started with the go language is simple: go implements the Caesar password
- 2022年起重机械指挥考试模拟100题模拟考试平台操作
- CTF competition problem solution STM32 reverse introduction
- Commvault 和 Oracle 合作,在 Oracle 云上提供 Metallic数据管理即服务
- C语言程序设计选题参考
- Byte interview algorithm question
- Meituan Ali's Application Practice on multimodal recall
- Talk about the design and implementation logic of payment process
- AI painting minimalist tutorial
- XML入门一
猜你喜欢
基于链表管理的单片机轮询程序框架
JVM series - stack and heap, method area day1-2
免费、好用、强大的轻量级笔记软件评测:Drafts、Apple 备忘录、Flomo、Keep、FlowUs、Agenda、SideNote、Workflowy
CVPR 2022 | transfusion: Lidar camera fusion for 3D target detection with transformer
. Net delay queue
分布式BASE理论
HAProxy高可用解决方案
Openharmony application development how to create dayu200 previewer
Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation
unity不识别rider的其中一种解决方法
随机推荐
Web knowledge supplement
2022kdd pre lecture | 11 first-class scholars take you to unlock excellent papers in advance
Apache服务器访问日志access.log设置
Efficient! Build FTP working environment with virtual users
unity不识别rider的其中一种解决方法
Redis —— How To Install Redis And Configuration(如何快速在 Ubuntu18.04 与 CentOS7.6 Linux 系统上安装 Redis)
Optional values and functions of the itemized contenttype parameter in the request header
基于链表管理的单片机轮询程序框架
E-week finance | Q1 the number of active people in the insurance industry was 86.8867 million, and the licenses of 19 Payment institutions were cancelled
remount of the / superblock failed: Permission denied
Redis - how to install redis and configuration (how to quickly install redis on ubuntu18.04 and centos7.6 Linux systems)
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
CommVault cooperates with Oracle to provide metallic data management as a service on Oracle cloud
动画与过渡效果
#yyds干货盘点# 解决名企真题:连续最大和
[cloud native | kubernetes] in depth understanding of ingress (12)
Practice: fabric user certificate revocation operation process
基于STM32+华为云IOT设计的酒驾监控系统
Etcd storage, watch and expiration mechanism
Use fail2ban to prevent password attempts