MetaCerberus Tutorial - Installation

STEP 0: Installation

Windows/Ubuntu

Installing MetaCerberus 1.3 manually due to Mamba/Conda issue (Newest Version)

These are the commands you will use to install MetaCerberus:

git clone https://github.com/raw-lab/MetaCerberus.git
cd metacerberus
bash install_metacerberus.sh
conda activate MetaCerberus-1.3.0
metacerberus.py --download

After the git clone http://github.com/raw-lab/MetaCerberus.git command, you will see:

_images/Gitclone_result_install.jpg

Then proceed to next part of command:

_images/cd-MC-bash_install_metacerberus.jpg

This command will result in installation of MetaCerberus, which looks like this once completed:

_images/install_MC_results.jpg

Then we’ll activate MetaCerberus, followed by downloading the appropriate databases, like so:

_images/metacerberus.py_--download.jpg

Which, once started will look like:

_images/metacerberus.py_--download_RESULT.jpg

Now you’re ready to run MetaCerberus!