Closed nbokulich closed 5 months ago
I believe this has been addressed in several PRs, and can probably be closed now.
Hi,
I started working on this issue.
My first idea was to upload the package on bioconda, but the problem is that qiime2 is a dependency and it is in a channel that is not a main conda channel, which apparently is not supported on bioconda. I see two possible solutions:
conda install -c bioconda rescript
in an environment with qiime2 pre-installed.conda install -c conda-forge rescript
.What are your thoughts?
Hey @mirand863,
Thanks for your message! Actually, we are already building the conda packages. They are being pushed to our custom conda channels though, e.g. https://packages.qiime2.org/qiime2/2023.5/tested/ for the last 2023.5 release. Hence, I think we probably can close this issue as was mentioned above already.
Hey @mirand863,
Thanks for your message! Actually, we are already building the conda packages. They are being pushed to our custom conda channels though, e.g. https://packages.qiime2.org/qiime2/2023.5/tested/ for the last 2023.5 release. Hence, I think we probably can close this issue as was mentioned above already.
Hi,
Thank you for the response! I was not aware that it was being shipped in the qiime2 channel. Good to know.
Best regards, Fabio
see here: https://dev.qiime2.org/latest/tutorials/conda-tutorial/