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
运行
暂时用不上了,以后有机会再填坑吧