galaxyproject / planemo

Command-line utilities to assist in developing Galaxy and Common Workflow Language artifacts - including tools, workflows, and training materials.
https://planemo.readthedocs.io/
MIT License
86 stars 85 forks source link

Make sure that skip list does not get `['']` (if no skip is given) #1453

Closed bernt-matthias closed 3 weeks ago

bernt-matthias commented 1 month ago

the empty default string in ctx.global_config was split to ['']

bernt-matthias commented 1 month ago

We would need a new release of the Galaxy python packages to fix the typo.

bernt-matthias commented 3 weeks ago

@nsoranzo any idea what is going wrong here?

mvdbeek commented 3 weeks ago

Thank you @bernt-matthias !