ViromeQC:安装与使用

发布时间:2024年01月08日

GitHub - SegataLab/viromeqc: ViromeQC is a computational tool to benchmark and quantify non-viral contamination in VLP-enrihed viromes. ViromeQC provides an enrichment score for each virome. The score is calculated with respect to the expected prokaryotic markers abundances in reference metagenomes

#安装依赖项
#下载文件 https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.5.2/bowtie2-2.5.2-linux-x86_64.zip/download
unzip bowtie2-2.5.2-linux-x86_64.zip
(完整路径)/bowtie2
vim ~/.bashrc
#加入
export PATH=:$PATH:(完整路径)/bowtie2-2.5.2-linux-x86_64
#保存后退出
source ~/.bashrc
#diamond安装
wget https://github.com/bbuchfink/diamond/releases/download/v2.1.8/diamond-linux64.tar.gz
tar -xvzf diamond-linux64.tar.gz
vim ~/.bashrc
#加入
export PATH=:$PATH:(完整路径)/diamond
#保存后退出
source ~/.bashrc
mkdir viromeQC
cd viromeQC
git clone --recurse-submodules https://github.com/SegataLab/viromeqc.git
(完整路径)/viromeQC.py --install

好像安装不行,得换个方式

ViromeQC?

?

mkdir ~/viromeqc/index
#将下载的文件放到index文件夹里面
unzip *
bash ~/viromeqc/test/test.sh

?

?

?

文章来源:https://blog.csdn.net/m0_53945548/article/details/135454752
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。