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

Allow planemo run to send invocation to an existing history #1448

Closed Delphine-L closed 3 weeks ago

Delphine-L commented 2 months ago

Right now planemo run always create a new history. If a history ID is provided to --history_name , a new history is created with the ID as name. It would be nice to be able to send a run to an existing history.

nsoranzo commented 3 weeks ago

Fixed by #1461