galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
28 stars 38 forks source link

Add option to `shed-tools test` for specifying a history name #173

Closed natefoo closed 3 years ago

natefoo commented 3 years ago

If at least one history with a matching name exists, the newest one will be used. If no existing history matches, one will be created with the specified name. If the option is not specified, the default (from galaxy.tool_util.verify.interactor:GalaxyInteractorApi.new_history(), currently test_history) will be used.