美文网首页
opera-ms META混装

opera-ms META混装

作者: 胡童远 | 来源:发表于2024-02-20 15:02 被阅读0次

github: https://github.com/CSB5/OPERA-MS

文章
文章:Hybrid metagenomic assembly enables high-resolution analysis of resistance determinants and mobile elements in human microbiomes
期刊:Nat Biotechnol
时间:2019

安装

conda安装:https://github.com/CSB5/OPERA-MS/issues/48

conda create -n operams python=3.9
conda activate operams
conda install perl-app-cpanminus
conda install -c compbiocore perl-switch perl==5.26.2
conda install -c bioconda perl-file-which perl-statistics-basic perl-statistics-r

mamba

mamba create -n operams python=3.9
conda activate operams
mamba install perl-app-cpanminus
mamba install -c compbiocore perl-switch perl==5.26.2
mamba install -c bioconda perl-file-which perl-statistics-basic perl-statistics-r
git clone https://github.com/CSB5/OPERA-MS.git
cd OPERA-MS
make
perl OPERA-MS.pl check-dependency

运行

source /hwfsxx1/ST_HN/P18Z10200N0423/chenjiahui/software/miniconda3_2/etc/profile.d/conda.sh
conda activate operams

route="/hwfsxx1/ST_HN/P18Z10200N0423/chenjiahui/software/OPERA-MS-OPERA-MS-0.9.0"

perl $route/OPERA-MS.pl \
--short-read1 00_rawdata/Y23030000014675.trimming.1.fq.gz \
--short-read2 00_rawdata/Y23030000014675.trimming.2.fq.gz \
--long-read 00_rawdata/Y23030000014675.rmhost.nanofilt.fq \
--no-ref-clustering \
--num-processors 24 \
--out-dir 01_assembly/05_operams

相关文章

网友评论

      本文标题:opera-ms META混装

      本文链接:https://www.haomeiwen.com/subject/udhvadtx.html