-
Notifications
You must be signed in to change notification settings - Fork 3
Install
xonq edited this page Jul 21, 2026
·
4 revisions
This guide uses miniconda3 as the environment manager; please reference their
install and initialization
instructions. Mycotools is
also available in PyPi via pip, though external dependencies then need to be
installed manually.
Configure the channels:
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strictCreate and activate the environment:
conda create -n mycotools mycotools
conda activate mycotools
mtdb -vThis installation uses Singularity as the container manager. Docker also works, though Singularity is recommended for its simplified integration with file systems and its compatibility with HPCs. Fetch the latest pull tag for Mycotools here, then pull and initialize the container:
singularity pull mycotools.sif docker://quay.io/biocontainers/mycotools:<TAG>
./mycotools.sifMycotools is in an advanced beta state with frequent updates. If you are having trouble with analyses, update within your conda environment:
conda update mycotools