Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: BioQueue/cwltool

Tags

1.0.20180403145700

Toggle 1.0.20180403145700's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request common-workflow-language#706 from common-workflow-…

…language/skip-validation

Add flag to skip validation.

1.0.20180330141240

Toggle 1.0.20180330141240's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V1.1.0-dev1 support (common-workflow-language#694)

Support for v1.1.0-dev1 end of March milestone.

1.0.20180326152342

Toggle 1.0.20180326152342's commit message
Fix exec_js_process process caching (common-workflow-language#701)

* Fix exec_js_process process caching

The existing logic doesn't properly cache processes, leading to a new process being created for every invocation of `exec_js_process` (eventually leading to an error due to too many processes with many calls to execjs). This commit fixes this logic and adds tests for this.

1.0.20180322194411

Toggle 1.0.20180322194411's commit message
Add javascript code snippet validation (common-workflow-language#662)

* Add validation for javascript expressions.

Fixes common-workflow-language#594. To do this, it is needed to add jshint and refractor
js_sandbox to so that it can be useful for this.

1.0.20180306163216

Toggle 1.0.20180306163216's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Experimental extension for "secret" parameters. (common-workflow-lang…

…uage#683)

* Experimental extension for "secret" parameters.

These are string input parameters that represent sensitive information
such as passwords.  This feature deliberately obscures them by
replacing them with a placeholder during workflow evaluation and then
substituting the real value at the last moment.  Staged files containing secrets are deleted when the tool completes.

1.0.20180306140409

Toggle 1.0.20180306140409's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request common-workflow-language#684 from common-workflow-…

…language/better_backward_compat

add default value for compute_checksum

1.0.20180302231433

Toggle 1.0.20180302231433's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request common-workflow-language#652 from wtsi-hgi/fix-648

Fix common-workflow-language#628 and improve parameter reference error messages

1.0.20180225025849

Toggle 1.0.20180225025849's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request common-workflow-language#617 from common-workflow-…

…language/singularity-support

Singularity support

1.0.20180224055035

Toggle 1.0.20180224055035's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request common-workflow-language#641 from common-workflow-…

…language/fix/any-compatibility

Fix Any type compatibility in outputSource for workflows

1.0.20180224031654

Toggle 1.0.20180224031654's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request common-workflow-language#634 from common-workflow-…

…language/v1.1/empty-array-input

Do not add anything to command line if input array is empty