Skip to content

Releases: common-workflow-language/cwltool

1.0.20171017195544: Support for user space docker (#542)

Choose a tag to compare

@tetron tetron released this 17 Oct 19:56
* Support for user space docker

* Initial draft of documentation for user space docker

1.0.20170928192020: Check for $( or ${ in string to eval before calling interpolate. (#548)

Choose a tag to compare

@tetron tetron released this 28 Sep 19:22
* Check for $( or ${ in string to eval before calling interpolate.
* Improve error logged in collect_output_ports.

1.0.20170927182241

Choose a tag to compare

@tetron tetron released this 28 Sep 16:11
CONTRIBUTING.md: Add instructions for setting up dev env (#508)

1.0.20170828135420

Choose a tag to compare

@tetron tetron released this 28 Aug 13:56
Remove 'nameroot' and 'nameext' from output object. (#536)

1.0.20170822192924: Fix docker volume staging for writable files / file literals. (#533)

Choose a tag to compare

@tetron tetron released this 22 Aug 19:30
* Fix docker volume staging for writable files / file literals.
* Ensure that files copied for update are writable.

1.0.20170815202200

Choose a tag to compare

@tetron tetron released this 15 Aug 20:26
Fix reverse mapping to set basename & ensure filenames are preserved.…

1.0.20170810192106: Merge pull request #516 from common-workflow-language/toil-fixes

Choose a tag to compare

@tetron tetron released this 10 Aug 19:36
Refactor secondaryFile handling to avoid basing on primary "location".

1.0.20170727112954: Pass through 'resolver' when loading workflow steps. (#498)

Choose a tag to compare

@tetron tetron released this 27 Jul 11:31
* Pass through 'resolver' when loading workflow steps.

* Don't try to update entries that are not in pathmap.

* Use self.realpath() so subclasses work as expected.

CWL v1.0.1 spec support

Choose a tag to compare

@tetron tetron released this 23 Jul 13:51

Major release corresponding to v1.0.1 spec revision.

Behavior changes:

  • default now applies when value is null to conform to v1.0.1
  • "path" of files staged to InitialWorkDir is now in the working directory, not input staging directory.

1.0.20170525215327

Choose a tag to compare

@tetron tetron released this 26 May 15:43
  • Fix --cache-dir
  • Fix reading input object from stdin
  • Support docker image repositories that include a port number
  • Check for valid version of nodejs
  • Fix bug workflow deadlock