This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Description
Improvement Description
Due to a growing number of packages, instead of installing through conda install through parallelizable mamba to speed up installation.
Current Behavior
conda env create -n qiime2 --file qiime2.yml.
Proposed Behavior
conda install mamba
mamba env create -n qiime2 --file qiime2.yml
References
- Mamba documentation