galaxyproject / galaxyproject/planemo
Allow initializing workflows from failed invocations
Open
- Dominant language
- Python
- Stars
- 110
- Forks
- 102
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 13
Description
I wanted to debug a failed invocation and wanted to download everything for local testing. Like so
```
planemo workflow_test_init --from_invocation --galaxy_url --galaxy_user_key
```
This failed when downloading the failed test data (with some python stack trace). Would be nice if planemo would still download everything (and create the test yaml) and fail afterwards. This behavior might also be triggered with a CLI flag.
Contributor guide
Assessment
This issue has not been assessed yet.