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
However, the default value of url_decorator is a lambda function. So when it attempts to serialise this (json.dumps) it causes an error.
Could fix this by opening a pull request to snakemake-plugin-catalog to support lambda functions by saving the source of the lambda function with inspect.getsourcelines() which would then be a serialisable string instead.
The plugin is absent from the plugin catalog page: https://snakemake.github.io/snakemake-plugin-catalog/index.html
Can see there is an error in the nightly github action e.g.:
https://github.com/snakemake/snakemake-plugin-catalog/actions/runs/10859663450/job/30139296545#step:5:68
The text was updated successfully, but these errors were encountered: