Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Various fixes

Compare
Choose a tag to compare
@illusional illusional released this 20 May 00:35
· 6 commits to master since this release
e09658b

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!)