Describe the bug
The install instructions are missing channels, specifically bioconda and conda-forge.
To Reproduce
The instructions are:
mamba create -n hybracterENV hybracter
Unless the user has added bioconda channel as a default the above will fail to find hybracter.
There are also some distributions of mamba (eg micromamba) which do not have any default channels. This causes a heap of issues when installing bioconda tools which require 'external' tools from conda-forge.
I recommend adding both channels explicitly to the instructions.
Describe the bug The install instructions are missing channels, specifically bioconda and conda-forge.
To Reproduce
The instructions are:
Unless the user has added bioconda channel as a default the above will fail to find
hybracter
.There are also some distributions of mamba (eg micromamba) which do not have any default channels. This causes a heap of issues when installing bioconda tools which require 'external' tools from conda-forge.
I recommend adding both channels explicitly to the instructions.
A bit verbose but better safe than sorry.