toil 9.1.0__tar.gz → 9.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {toil-9.1.0 → toil-9.1.2}/PKG-INFO +1 -1
- {toil-9.1.0 → toil-9.1.2}/src/toil/leader.py +3 -8
- toil-9.1.2/src/toil/test/wdl/testfiles/gather.wdl +52 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/wdltoil_test.py +22 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/version.py +5 -5
- {toil-9.1.0 → toil-9.1.2}/src/toil/wdl/wdltoil.py +6 -3
- {toil-9.1.0 → toil-9.1.2}/src/toil.egg-info/PKG-INFO +1 -1
- {toil-9.1.0 → toil-9.1.2}/src/toil.egg-info/SOURCES.txt +1 -0
- {toil-9.1.0 → toil-9.1.2}/version_template.py +1 -1
- {toil-9.1.0 → toil-9.1.2}/.git-blame-ignore-revs +0 -0
- {toil-9.1.0 → toil-9.1.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {toil-9.1.0 → toil-9.1.2}/.github/dependabot.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/.github/workflows/codeql-analysis.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/.gitignore +0 -0
- {toil-9.1.0 → toil-9.1.2}/.gitlab-ci.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/.readthedocs.yaml +0 -0
- {toil-9.1.0 → toil-9.1.2}/CODE_OF_CONDUCT.md +0 -0
- {toil-9.1.0 → toil-9.1.2}/CONTRIBUTING.md +0 -0
- {toil-9.1.0 → toil-9.1.2}/LICENSE +0 -0
- {toil-9.1.0 → toil-9.1.2}/MANIFEST.in +0 -0
- {toil-9.1.0 → toil-9.1.2}/Makefile +0 -0
- {toil-9.1.0 → toil-9.1.2}/README.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/ROADMAP.md +0 -0
- {toil-9.1.0 → toil-9.1.2}/attic/README.md +0 -0
- {toil-9.1.0 → toil-9.1.2}/attic/absolute_imports.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/attic/jobTreeSlides.pdf +0 -0
- {toil-9.1.0 → toil-9.1.2}/attic/toil-sort-example.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/common.mk +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/admin/buildkit-deployment.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/admin/cleanup_aws_resources.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/admin/mypy-with-ignore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/admin/remove_trailing_whitespace.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/admin/test-pr +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/admin/wheel-of-issues +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/assets/toil-slug-logo-wordmark-2022.svg +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/hooks/lib.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/hooks/mypy-after-commit.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/hooks/mypy-before-push.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/configargparse/__init__.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/configargparse/configargparse.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/dill/__init__.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/dill/_dill.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/__init__.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/__init__.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/annotations.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/callables.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/listener.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/notificationmgr.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/publisher.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/topicargspec.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/topicdefnprovider.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/topicexc.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/topicmgr.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/topicobj.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/topictreetraverser.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/topicutils.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/core/weakmethod.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/pub.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/utils/__init__.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/utils/exchandling.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/utils/misc.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/utils/notification.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/utils/topictreeprinter.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/pubsub/utils/xmltopicdefnprovider.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/tes/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/tes/client.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/mypy-stubs/tes/models.pyi +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/pod-murder-bot/murder.yaml +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/pod-murder-bot/podKiller.sh +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/check_out.sh +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/docker-compose.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/expected_out_basic.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/expected_out_sort.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/fileToSort.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/slurm.conf +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/slurm_test.sh +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/sort.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/slurm-test/toil_workflow.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/toil-ci-prebake/Dockerfile +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/toil-cwl-runner/README.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/toil-cwl-runner/pyproject.toml +0 -0
- {toil-9.1.0 → toil-9.1.2}/contrib/toil-cwl-runner/setup.cfg +0 -0
- {toil-9.1.0 → toil-9.1.2}/dashboard/grafana/Dockerfile +0 -0
- {toil-9.1.0 → toil-9.1.2}/dashboard/grafana/toil_dashboard.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/dashboard/mtail/Dockerfile +0 -0
- {toil-9.1.0 → toil-9.1.2}/dashboard/mtail/toil.mtail +0 -0
- {toil-9.1.0 → toil-9.1.2}/dashboard/prometheus/Dockerfile +0 -0
- {toil-9.1.0 → toil-9.1.2}/dashboard/prometheus/prometheus.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/dashboard/prometheus/run.sh +0 -0
- {toil-9.1.0 → toil-9.1.2}/docker/Dockerfile.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/docker/customDockerInit.sh +0 -0
- {toil-9.1.0 → toil-9.1.2}/docker/extra-debs.tsv +0 -0
- {toil-9.1.0 → toil-9.1.2}/docker/singularity-wrapper.sh +0 -0
- {toil-9.1.0 → toil-9.1.2}/docker/waitForKey.sh +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/Makefile +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/_static/favicon.ico +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/_static/logo.jpeg +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/_static/shortcut.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/appendices/architecture.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/appendices/aws_min_permissions.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/appendices/caching_benefits.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/appendices/deploy.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/appendices/environment_vars.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/appendices/toil_architecture.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/conf.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/contributing/checklists.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/contributing/contributing.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/cwl/conformance.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/cwl/introduction.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/cwl/running.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/gettingStarted/googleScreenShot.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/gettingStarted/googleScreenShot2.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/gettingStarted/install.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/gettingStarted/quickStart.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/index.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/developing.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPI.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIBatchsystem.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIExceptions.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIFilestore.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIJobFunctions.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIJobstore.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIMethods.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIRunner.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/python/toilAPIService.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cliOptions.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/amazon.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/amazonaddkeypair.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/cloud.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/clusterUtils.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/dashboard_screenshot.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/gce.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/googleScreenShot.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/googleScreenShot2.png +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/cloud/kubernetes.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/debugging.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/hpcEnvironments.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/introduction.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/server/docker-compose.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/server/wes.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/running/utils.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/vendor/sphinxcontrib/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/vendor/sphinxcontrib/fulltoc.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/wdl/conformance.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/wdl/developing.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/wdl/introduction.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/wdl/running.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/docs/wdl/tutorial.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/pyproject.toml +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-aws.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-cwl.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-dev.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-encryption.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-google.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-htcondor.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-kubernetes.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-mesos.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-server.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements-wdl.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/requirements.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/setup.cfg +0 -0
- {toil-9.1.0 → toil-9.1.2}/setup.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/setup_gitlab_docker.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/setup_gitlab_ssh.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/abstractBatchSystem.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/abstractGridEngineBatchSystem.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/awsBatch.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/cleanup_support.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/contained_executor.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/gridengine.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/htcondor.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/kubernetes.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/local_support.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/lsf.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/lsfHelper.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/mesos/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/mesos/batchSystem.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/mesos/conftest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/mesos/executor.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/mesos/test/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/options.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/registry.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/singleMachine.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/slurm.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/batchSystems/torque.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/bus.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/common.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/cwl/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/cwl/conftest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/cwl/cwltoil.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/cwl/utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/deferred.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/exceptions.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/fileStores/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/fileStores/abstractFileStore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/fileStores/cachingFileStore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/fileStores/nonCachingFileStore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/job.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/abstractJobStore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/aws/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/aws/jobStore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/aws/utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/conftest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/fileJobStore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/googleJobStore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/jobStores/utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/accelerators.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/ami.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/config.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/iam.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/s3.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/session.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/aws/utils.py.orig +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/bioio.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/checksum.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/compatibility.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/conversions.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/directory.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/docker.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/dockstore.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/ec2.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/ec2nodes.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/encryption/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/encryption/_dummy.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/encryption/_nacl.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/encryption/conftest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/exceptions.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/expando.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/ftp_utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/generatedEC2Lists.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/history.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/history_submission.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/humanize.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/io.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/memoize.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/misc.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/objects.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/pipes.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/plugins.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/resources.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/retry.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/threading.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/throttle.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/trs.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/url.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/lib/web.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/options/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/options/common.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/options/cwl.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/options/runner.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/options/wdl.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/provisioners/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/provisioners/abstractProvisioner.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/provisioners/aws/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/provisioners/aws/awsProvisioner.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/provisioners/clusterScaler.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/provisioners/gceProvisioner.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/provisioners/node.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/realtimeLogger.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/resource.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/api_spec/LICENSE +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/api_spec/README.rst +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/api_spec/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/api_spec/workflow_execution_service.swagger.yaml +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/app.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/celery_app.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/cli/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/cli/wes_cwl_runner.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/wes/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/wes/abstract_backend.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/wes/amazon_wes_utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/wes/tasks.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/wes/toil_backend.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/server/wsgi_app.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/serviceManager.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/statsAndLogging.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/batchSystems/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/batchSystems/batchSystemTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/batchSystems/batch_system_plugin_test.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/batchSystems/test_gridengine.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/batchSystems/test_lsf_helper.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/batchSystems/test_slurm.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cactus/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cactus/pestis.tar.gz +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cactus/test_cactus_integration.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/conftest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/2.fasta +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/2.fastq +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/alwaysfails.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/colon_test_output.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/colon_test_output_job.yaml +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/conditional_wf.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/conditional_wf.yaml +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/conftest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/cwlTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/directory/directory/file.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/directory_from_directory.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_directory.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_directory_file.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_directory_s3.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_file.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_http.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_https.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_s3.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_subdirectory.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_subdirectory_file.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/download_subdirectory_s3.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/echo-stderr.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/echo-stdout-log-dir.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/echo.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/echo_string.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/echo_string_scatter_capture_stdout.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/empty.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/file_from_directory.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/glob_dir.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/load_contents.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/measure_default_memory.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/mock_mpi/fake_mpi.yml +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/mock_mpi/fake_mpi_run.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/mpi_simple.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/not_run_required_input.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/nvidia_smi.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/optional-file-exists.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/optional-file-missing.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/optional-file.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/preemptible.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/preemptible_expression.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/preemptible_expression.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/revsort-job-missing.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/revsort-job.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/revsort.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/revsort2.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/revtool.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/revtool2.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/s3_secondary_file.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/s3_secondary_file.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/scatter_duplicate_outputs.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/seqtk_seq.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/seqtk_seq_job.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/sorttool.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/staging_cat.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/staging_make_file.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/staging_workflow.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/stream.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/stream.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_detection.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_detection_at_root.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.dat +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f0 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f1 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f1i +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f2 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f2_TSM0 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f3 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f3_TSM0 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f4 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f4_TSM0 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.f5 +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.info +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/test_filename_conflict_resolution.ms/table.lock +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/whale.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/cwl/zero_default.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/example_alwaysfail.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/example_alwaysfail_with_files.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/example_cachingbenchmark.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/stagingExampleFiles/out.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_arguments.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_debugging.patch +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_debugging_hangs.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_debugging_works.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_docker.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_dynamic.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_encapsulation.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_encapsulation2.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_helloworld.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_invokeworkflow.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_invokeworkflow2.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_jobfunctions.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_managing.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_managing2.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_multiplejobs.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_multiplejobs2.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_multiplejobs3.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_promises.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_promises2.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_quickstart.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_requirements.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_services.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_staging.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scripts/tutorial_stats.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/docs/scriptsTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/jobStores/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/jobStores/jobStoreTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/aws/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/aws/test_iam.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/aws/test_s3.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/aws/test_utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/dockerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/test_conversions.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/test_ec2.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/test_history.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/test_misc.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/test_trs.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/test_url.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/lib/url_plugin_test.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/mesos/MesosDataStructuresTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/mesos/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/mesos/helloWorld.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/mesos/stress.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/options/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/options/options.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/aws/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/aws/awsProvisionerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/clusterScalerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/clusterTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/gceProvisionerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/provisionerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/provisioners/restartScript.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/server/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/server/serverTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/sort/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/sort/restart_sort.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/sort/sort.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/sort/sortTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/autoDeploymentTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/busTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/checkpointTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/deferredFunctionTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/dockerCheckTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/environmentTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/fileStoreTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/helloWorldTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/importExportFileTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/jobDescriptionTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/jobEncapsulationTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/jobFileStoreTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/jobServiceTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/jobTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/miscTests.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/promisedRequirementTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/promisesTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/realtimeLoggerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/regularLogTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/resourceTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/restartDAGTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/resumabilityTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/retainTempDirTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/systemTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/threadingTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/toilContextManagerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/userDefinedJobArgTypeTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/src/workerTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/ABCWorkflowDebug/ABC.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/ABCWorkflowDebug/B_file.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/ABCWorkflowDebug/debugWorkflow.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/ABCWorkflowDebug/mkFile.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/ABCWorkflowDebug/sleep.cwl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/ABCWorkflowDebug/sleep.yaml +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/toilDebugTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/toilKillTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/utils/utilsTest.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/lint_error.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/md5sum/empty_file.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/md5sum/md5sum-gs.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/md5sum/md5sum.1.0.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/md5sum/md5sum.input +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/md5sum/md5sum.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/md5sum/md5sum.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/miniwdl_self_test/inputs-namespaced.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/miniwdl_self_test/inputs.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/miniwdl_self_test/self_test.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/as_map.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/as_map_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/as_pairs.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/as_pairs_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/ceil.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/ceil_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/ceil_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/collect_by_key.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/collect_by_key_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/cross.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/cross_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/flatten.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/flatten_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/floor.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/floor_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/floor_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/keys.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/keys_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/length.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/length_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/length_as_input_with_map.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/length_as_input_with_map.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/length_invalid.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/range.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/range_0.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/range_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/range_invalid.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_boolean.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_boolean_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_float.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_float_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_int.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_int_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_json.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_json_as_output.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_lines.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_lines_as_output.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_map.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_map_as_output.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_string.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_string_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_tsv.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/read_tsv_as_output.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/round.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/round_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/round_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/size.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/size_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/size_as_output.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/stderr.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/stderr_as_output.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/stdout.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/stdout_as_output.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/sub.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/sub_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/sub_as_input_with_file.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/transpose.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/transpose_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_json.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_json_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_lines.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_lines_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_map.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_map_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_tsv.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/write_tsv_as_command.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/zip.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/standard_library/zip_as_input.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/test.csv +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/test.tsv +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/croo.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/drop_files.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/drop_files_subworkflow.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/empty.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/not_enough_outputs.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/random.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/read_file.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/string_file_coercion.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/string_file_coercion.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/test.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/test_boolean.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/test_float.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/test_int.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/test_lines.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/test_map.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/test_string.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/url_to_file.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/url_to_optional_file.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/vocab.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/vocab.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/testfiles/wait.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/wdl_specification/type_pair.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/wdl_specification/type_pair_basic.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/wdl_specification/type_pair_with_files.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/wdl_specification/v1_spec.json +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/wdl_specification/v1_spec_declaration.wdl +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/test/wdl/wdltoil_test_kubernetes.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/toilState.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilClean.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilConfig.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilDebugFile.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilDebugJob.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilDestroyCluster.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilKill.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilLaunchCluster.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilMain.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilRsyncCluster.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilServer.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilSshCluster.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilStats.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilStatus.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/utils/toilUpdateEC2Instances.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/wdl/__init__.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/wdl/utils.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil/worker.py +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil.egg-info/dependency_links.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil.egg-info/entry_points.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil.egg-info/requires.txt +0 -0
- {toil-9.1.0 → toil-9.1.2}/src/toil.egg-info/top_level.txt +0 -0
|
@@ -349,14 +349,9 @@ class Leader:
|
|
|
349
349
|
def create_status_sentinel_file(self, fail: bool) -> None:
|
|
350
350
|
"""Create a file in the jobstore indicating failure or success."""
|
|
351
351
|
logName = "failed.log" if fail else "succeeded.log"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
if os.path.exists(
|
|
357
|
-
localLog
|
|
358
|
-
): # Bandaid for Jenkins tests failing stochastically and unexplainably.
|
|
359
|
-
os.remove(localLog)
|
|
352
|
+
with self.jobStore.write_shared_file_stream(logName) as file_handle:
|
|
353
|
+
# We just need an empty file, so don't write any content
|
|
354
|
+
pass
|
|
360
355
|
|
|
361
356
|
def _handledFailedSuccessor(self, successor_id: str, predecessor_id: str) -> bool:
|
|
362
357
|
"""
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
version 1.1
|
|
2
|
+
|
|
3
|
+
workflow gather {
|
|
4
|
+
input {
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
scatter(number in [1, 2, 3]) {
|
|
8
|
+
call task1 {
|
|
9
|
+
input:
|
|
10
|
+
number=number
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
call task2 {
|
|
15
|
+
input:
|
|
16
|
+
files = task1.foo
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
output {
|
|
20
|
+
File outfile = task2.outfile
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
task task1 {
|
|
25
|
+
|
|
26
|
+
input {
|
|
27
|
+
Int number
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
command <<<
|
|
31
|
+
echo ~{number} > foo.txt
|
|
32
|
+
>>>
|
|
33
|
+
|
|
34
|
+
output {
|
|
35
|
+
File foo = "foo.txt"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
task task2 {
|
|
40
|
+
input {
|
|
41
|
+
Array[File] files
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
command <<<
|
|
45
|
+
cat ~{sep=" " files} >out.txt
|
|
46
|
+
>>>
|
|
47
|
+
|
|
48
|
+
output {
|
|
49
|
+
File outfile = "out.txt"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -321,6 +321,28 @@ class TestWDL:
|
|
|
321
321
|
|
|
322
322
|
assert "StringFileCoercion.output_file" in result
|
|
323
323
|
|
|
324
|
+
@needs_docker
|
|
325
|
+
def test_gather(self, tmp_path: Path) -> None:
|
|
326
|
+
"""
|
|
327
|
+
Test files with the same name from different scatter tasks.
|
|
328
|
+
"""
|
|
329
|
+
with get_data("test/wdl/testfiles/gather.wdl") as wdl:
|
|
330
|
+
result_json = subprocess.check_output(
|
|
331
|
+
self.base_command
|
|
332
|
+
+ [
|
|
333
|
+
str(wdl),
|
|
334
|
+
"-o",
|
|
335
|
+
str(tmp_path),
|
|
336
|
+
"--logInfo",
|
|
337
|
+
"--retryCount=0"
|
|
338
|
+
]
|
|
339
|
+
)
|
|
340
|
+
result = json.loads(result_json)
|
|
341
|
+
|
|
342
|
+
assert "gather.outfile" in result
|
|
343
|
+
assert isinstance(result["gather.outfile"], str)
|
|
344
|
+
assert open(result["gather.outfile"]).read() == "1\n2\n3\n"
|
|
345
|
+
|
|
324
346
|
@needs_docker
|
|
325
347
|
def test_wait(self, tmp_path: Path) -> None:
|
|
326
348
|
"""
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
baseVersion = '9.1.
|
|
1
|
+
baseVersion = '9.1.2'
|
|
2
2
|
cgcloudVersion = '1.6.0a1.dev393'
|
|
3
|
-
version = '9.1.
|
|
3
|
+
version = '9.1.2-355b72ba0e425619c0367562caf2a337078dba65'
|
|
4
4
|
cacheTag = 'cache-local-py3.9'
|
|
5
5
|
mainCacheTag = 'cache-master-py3.9'
|
|
6
|
-
distVersion = '9.1.
|
|
6
|
+
distVersion = '9.1.2'
|
|
7
7
|
exactPython = 'python3.9'
|
|
8
8
|
python = 'python3.9'
|
|
9
|
-
dockerTag = '9.1.
|
|
10
|
-
currentCommit = '
|
|
9
|
+
dockerTag = '9.1.2-355b72ba0e425619c0367562caf2a337078dba65-py3.9'
|
|
10
|
+
currentCommit = '355b72ba0e425619c0367562caf2a337078dba65'
|
|
11
11
|
dockerRegistry = 'quay.io/ucsc_cgl'
|
|
12
12
|
dockerName = 'toil'
|
|
13
13
|
dirty = False
|
|
@@ -5048,6 +5048,9 @@ class WDLSectionJob(WDLBaseJob):
|
|
|
5048
5048
|
if subscript is not None:
|
|
5049
5049
|
# We need to include a scatter loop number.
|
|
5050
5050
|
task_path += f".{subscript}"
|
|
5051
|
+
# TODO: MyPy can't tell this dict copy will have the same type
|
|
5052
|
+
child_wdl_options = cast(WDLContext, dict(self._wdl_options))
|
|
5053
|
+
child_wdl_options["task_path"] = task_path
|
|
5051
5054
|
|
|
5052
5055
|
if local_environment is not None:
|
|
5053
5056
|
# Bring local environment into scope
|
|
@@ -5115,7 +5118,7 @@ class WDLSectionJob(WDLBaseJob):
|
|
|
5115
5118
|
job: WDLBaseJob = WDLWorkflowNodeJob(
|
|
5116
5119
|
section_graph.get(node_ids[0]),
|
|
5117
5120
|
rvs,
|
|
5118
|
-
wdl_options=
|
|
5121
|
+
wdl_options=child_wdl_options,
|
|
5119
5122
|
local=True,
|
|
5120
5123
|
)
|
|
5121
5124
|
else:
|
|
@@ -5123,7 +5126,7 @@ class WDLSectionJob(WDLBaseJob):
|
|
|
5123
5126
|
job = WDLWorkflowNodeListJob(
|
|
5124
5127
|
[section_graph.get(node_id) for node_id in node_ids],
|
|
5125
5128
|
rvs,
|
|
5126
|
-
wdl_options=
|
|
5129
|
+
wdl_options=child_wdl_options,
|
|
5127
5130
|
local=True,
|
|
5128
5131
|
)
|
|
5129
5132
|
for prev_job in prev_jobs:
|
|
@@ -5158,7 +5161,7 @@ class WDLSectionJob(WDLBaseJob):
|
|
|
5158
5161
|
# And to fill in bindings from code not executed in this instantiation
|
|
5159
5162
|
# with Null, and filter out stuff that should leave scope.
|
|
5160
5163
|
sink = WDLCombineBindingsJob(
|
|
5161
|
-
leaf_rvs, wdl_options=
|
|
5164
|
+
leaf_rvs, wdl_options=child_wdl_options, local=True
|
|
5162
5165
|
)
|
|
5163
5166
|
# It runs inside us
|
|
5164
5167
|
self.addChild(sink)
|
|
@@ -566,6 +566,7 @@ src/toil/test/wdl/testfiles/croo.wdl
|
|
|
566
566
|
src/toil/test/wdl/testfiles/drop_files.wdl
|
|
567
567
|
src/toil/test/wdl/testfiles/drop_files_subworkflow.wdl
|
|
568
568
|
src/toil/test/wdl/testfiles/empty.txt
|
|
569
|
+
src/toil/test/wdl/testfiles/gather.wdl
|
|
569
570
|
src/toil/test/wdl/testfiles/not_enough_outputs.wdl
|
|
570
571
|
src/toil/test/wdl/testfiles/random.wdl
|
|
571
572
|
src/toil/test/wdl/testfiles/read_file.wdl
|
|
@@ -28,7 +28,7 @@ import the expand_ function and invoke it directly with either no or exactly one
|
|
|
28
28
|
# - don't import even standard modules at global scope without renaming them
|
|
29
29
|
# to have leading/trailing underscores
|
|
30
30
|
|
|
31
|
-
baseVersion = "9.1.
|
|
31
|
+
baseVersion = "9.1.2"
|
|
32
32
|
cgcloudVersion = "1.6.0a1.dev393"
|
|
33
33
|
|
|
34
34
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|