Releases: common-workflow-language/cwltool
cwltool 1.0.20191206125148
cwltool 1.0.20191022103248
support Python 3.8 #1212 by @mr-c
improve error reporting in case of a symlink error, will also try to fix conflicts #1138 by @tetron
Toolfactory experiment #1133 by @tetron (might also fix a MS Windows specific bug)
Refactor main #1206 by @tetron
CWLTOOL_OPTIONS environment variable support #1205 by @tetron
set minimum version of future #1202 by @mr-c
cwltool 1.0.20190915164430
udocker: pull before execution so that ToolTimeLimit isn't affected #1177
Add input_required flag to main() #1169
handle error in cidfile removal more gracefully #1183
singularity: if dockerImageId is a local file, use it #1187
Push conformance badges to commonwl/conformance repository #1189
Provide cwltool_latest for badges #1192
--provenance: conformance tests fixes #1193
refactoring to support --provenance with toil-cwl-runner #1194
Fix for argument with empty prefix and separate False #1166
attempt to debug test failure on reproducible-builds.org #1197
cwltool 1.0.20190815141648
cwltool 1.0.20190813131033
publicize end of life for cwltool on Python 2.7 (#1153)
Add --enable-color/--disable-color (#1140)
If document has an id: field, use it. (#1141)
Job cache fix (#1137)
report the line number for substitution errors (#1154)
Don't resolve format fields on initial load of job order object. (#1142)
Bump schema salad for bugfix. (#1143)
quiet the memory collection warning (#1161)
Stop preserving entire environment by accident (#1164)
cwltool 1.0.20190618201008
- Fix secondaryFiles v1.1 updater
- cleanups of the documentation strings
- produce a proper error message in case of a mismatched output name
cwltool 1.0.20190603140227 -- colorful output & improved Singularity 3.x support
As Singularity dropped support for SINGULARITY_PULLFOLDER
in much of the 3.x series, with this release we have introduced a CWL_SINGULARITY_CACHE
environment variable to set the location to save and discover Singularity format images converted from the Docker format containers.
cwltool 1.0.20190528194036 - CWL v1.1 enabled
This release moves support for v1.1 CWL specification (proposed) from developer preview to enabled in the default configuration. This means files with cwlVersion: v1.1
are now accepted.
1.0.20190228155703
Major feature of this release is support for draft CWL v1.1
To try it out, use cwlVersion: v1.1.0-dev1
and cwltool --enable-ext
CWL v1.1 changelog for CommandLineTool and Workflow
1.0.20181012180214
cwltool 1.0.20181012180214
cwltool is the reference implementation of Common Workflow Language
Requirements:
- Python 3.4 or later (alternatively 2.7 or later)
License:
To install this release with pip use:
pip install cwltool==1.0.20181012180214
For more information, see the included README