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 has been archived by the owner on Sep 23, 2023. It is now read-only.
QIIME is now a prerequisite for a qiime-deploy since pip makes it super easy to install. This is different from the past installs using qiime-deploy since QIIME came bundled with them.
Is there any reason why qiime-deploy doesn't create a virtualenv for QIIME to install to as a first step? The qiime-deploy activate.sh could be prepended with a command to source the virtualenv like source ../qiime19/qiime19-base/bin/activate
This would also have the benefit of allowing users to load/unload the QIIME 1.9(.1) software similar to the way macqiime is handled.
The text was updated successfully, but these errors were encountered:
That's an interesting idea, I think that would work! Just a heads up, we're not actively adding features to qiime-deploy as we'll be completely reworking (and simplifying!) the QIIME install process for QIIME 2 (likely using the conda environment and package manager).
Thats how I have been setting it up on my machines, and haven't run into any issues. The ability to load/unload it without package conflicts is definitely a benefit.
Thanks for the update about conda. I have been following that on the QIIME issues, and figured qiime-deploy would be going that way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
QIIME is now a prerequisite for a qiime-deploy since pip makes it super easy to install. This is different from the past installs using qiime-deploy since QIIME came bundled with them.
Is there any reason why qiime-deploy doesn't create a virtualenv for QIIME to install to as a first step? The qiime-deploy
activate.sh
could be prepended with a command to source the virtualenv likesource ../qiime19/qiime19-base/bin/activate
This would also have the benefit of allowing users to load/unload the QIIME 1.9(.1) software similar to the way macqiime is handled.
The text was updated successfully, but these errors were encountered: