You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
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.
Improvement Description
Due to a growing number of packages, instead of installing through
condainstall through parallelizablemambato speed up installation.Current Behavior
conda env create -n qiime2 --file qiime2.yml.Proposed Behavior
conda install mambamamba env create -n qiime2 --file qiime2.ymlReferences