This repository was archived by the owner on Jun 9, 2020. It is now read-only.
Various fixes
This release contains a number of small various fixes for the cwlgen library, namely:
- Add required fields for workflow / commandline tool to ensure these are exported (#45)
- Add more parameters (inputs, outputs, steps, etc) to Workflow and CommandLineTool for single line instantiation (#34)
- Bumps ruamel.yaml range to match cwltool (common-workflow-language/cwltool@b7aaee4)
- Allow hints to accept and bind Requirements correctly (#36)
- Fix DockerRequirement directory typo (#44, thanks @martinchapman!)