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.
This should perhaps be a command line option something like:
# will print the debug output for all packages
qiime-deploy.py --debug $HOME/qiime_software/ -f $HOME/qiime-deploy-conf/qiime-1.7.0/qiime.conf --force-remove-failed-dirs
# will print the debug output for qiime and matplotlib
qiime-deploy.py --debug=qiime,matplotlib $HOME/qiime_software/ -f $HOME/qiime-deploy-conf/qiime-1.7.0/qiime.conf --force-remove-failed-dirs
Currently DEBUG is supported at the global level, but having it supported at the per-package level would help when resolving build issues
The text was updated successfully, but these errors were encountered: