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

Skip to content

Tags: Python-Repository-Hub/cwltool

Tags

3.1.20220224085855

Toggle 3.1.20220224085855's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cuda request gpu device expr (common-workflow-language#1629)

* Allow expressions to dynamically request min/max number of GPUs.

* Add test coverage for CUDA checks

3.1.20220221074232

Toggle 3.1.20220221074232's commit message
Fix a few help texts

The continued strings on a separate line just get ignored by the runtime. You need to put them in parentheses to turn them into a single string.

3.1.20220217222804

Toggle 3.1.20220217222804's commit message
Allow records with defaults to be accepted, also type longs

3.1.20220217190813

Toggle 3.1.20220217190813's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Drop Python 3.6" (common-workflow-language#1620)

* Revert "Drop Python 3.6"

Ubuntu 18.04 (LTS, supported until April 2023) and Centos 7 are still
on Python 3.6.

This reverts commit 780f64a.

* Review fixes and run 'make sort_imports'

3.1.20220210171524

Toggle 3.1.20220210171524's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
scandeps should not apply mergedirs at every level (common-workflow-l…

…anguage#1615)

* scandeps should not apply mergedirs at every level

When getting back a list of dependencies, and using "nestdirs", in the
specific case it there are references to both a directory and files
within that directory, it may report multiple dependencies for the
same directory.  The mergedir method merges those references into one.

* Add comments to scandeps

* Add test.  Fix mypy/format

3.1.20220204090313

Toggle 3.1.20220204090313's commit message
improve tests

3.1.20220202173120

Toggle 3.1.20220202173120's commit message
add missing @needs_docker

3.1.20220202110738

Toggle 3.1.20220202110738's commit message
Better errors for expressions in input format fields

3.1.20220124184855

Toggle 3.1.20220124184855's commit message
single-process: handle step-level req collisions

3.1.20220119140128

Toggle 3.1.20220119140128's commit message
test_bad_stdout_expr_error needs docker