Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix repository category update #1481

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Oct 28, 2024

category_ids[] is not a valid agument for the update endpoint (it is for create). To fix this I just call into bioblend instead of using the custom put request. Fixes #1480

`category_ids[]` is not a valid agument for the update endpoint (it is
for create). To fix this I just call into bioblend instead of using the
custom put request. Fixes galaxyproject#1480
@bgruening
Copy link
Member

Thanks @mvdbeek!

@nsoranzo
Copy link
Member

The shellescape errors will be fixed by galaxy-tool-util 24.1.3, which is currently only on test PyPI.

@mvdbeek
Copy link
Member Author

mvdbeek commented Oct 29, 2024

I've promoted the pre-release to release and the packages are on pypi now

@mvdbeek mvdbeek merged commit d48552c into galaxyproject:master Oct 29, 2024
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New toolshed categories are not updating for the existing tools
3 participants