Skip to content

Releases: common-workflow-language/cwltool

1.0.20160829211335

29 Aug 21:22

Choose a tag to compare

Revert isinstance(step_entry, (str, unicode)) because typing.Text is …

1.0.20160829192223: Packing refactor (#177)

29 Aug 19:24

Choose a tag to compare

* Refactor 'pack into single graph' functionality into separate module.
* Don't modify input step object in WorkflowStep, copy it instead.
* Use Text type
* Add test for packing feature.
* Sort output pack output for deterministic results.