本文主要是介绍PHAMB: 病毒数据分箱,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Genome binning of viral entities from bulk metagenomics data | Nature Communications
安装
### New dependencies *Recommended*
conda install -c conda-forge mamba
mamba create -n phamb python=3.9
conda activate phamb
mamba install -c conda-forge -c bioconda snakemake
mamba install -c conda-forge -c bioconda cython
mamba install -c conda-forge -c bioconda pygraphviz
mamba install -c conda-forge -c bioconda phamb
### Clone repository
git clone https://github.com/RasmussenLab/phamb.git
cd phamb
### Alternative to bioconda - Quick install with pip
pip install -e .### Test installation
mkdir -p testout
run_RF.py test/contigs.fna.gz test/clusters.tsv test testout
运行
暂时用不上了,以后有机会再填坑吧
这篇关于PHAMB: 病毒数据分箱的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!