Skip to content

cwltool 3.0.20201121085451 Fix for parallel execution; cwltool-in-docker.sh

Choose a tag to compare

@mr-c mr-c released this 23 Nov 09:23
· 694 commits to main since this release
78fe9d4

Parallel execution uses thread pool to avoid leaking resources. #1367 by @tetron with support from @mr-c
Fix cwltool-in-docker.sh to accept DOCKER_HOST #1372 by @tom-tan with shellchecking by @mr-c
Add fs_access for unknown URIs in relocateOutputs() _realpath(). #1376 by @DailyDreaming