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
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.
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.shcould be prepended with a command to source the virtualenv likesource ../qiime19/qiime19-base/bin/activateThis would also have the benefit of allowing users to load/unload the QIIME 1.9(.1) software similar to the way macqiime is handled.