Closed mvdbeek closed 1 month ago
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 https://github.com/galaxyproject/planemo/issues/1480
category_ids[]
Thanks @mvdbeek!
The shellescape errors will be fixed by galaxy-tool-util 24.1.3, which is currently only on test PyPI.
I've promoted the pre-release to release and the packages are on pypi now
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 https://github.com/galaxyproject/planemo/issues/1480