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
Describe the bug manage_toolshed_db.sh and scripts/toolshed_db.py scripts do not respect the optional -c (config) parameter.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.0, dev (most likely all of them since upgrading to alembic)
To Reproduce
Steps to reproduce the behavior: ./manage_toolshed_db.sh -c [your config file here] dv
Then repeat with a different config that points to a database that has a different version. The output will be identical.
Expected behavior
Do not ignore -c.
The text was updated successfully, but these errors were encountered:
Describe the bug
manage_toolshed_db.sh
andscripts/toolshed_db.py
scripts do not respect the optional-c
(config) parameter.Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.0, dev (most likely all of them since upgrading to alembic)
To Reproduce
Steps to reproduce the behavior:
./manage_toolshed_db.sh -c [your config file here] dv
Then repeat with a different config that points to a database that has a different version. The output will be identical.
Expected behavior
Do not ignore
-c
.The text was updated successfully, but these errors were encountered: