.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.rst
codecov.yml
requirements-docs.txt
requirements-test.txt
requirements.txt
setup.py
.github/pull_request_template.md
.github/workflows/pr-tests.yml
.github/workflows/pypipublish.yml
cromwell_tools/__init__.py
cromwell_tools/cli.py
cromwell_tools/cromwell_api.py
cromwell_tools/cromwell_auth.py
cromwell_tools/exceptions.py
cromwell_tools/utilities.py
cromwell_tools.egg-info/PKG-INFO
cromwell_tools.egg-info/SOURCES.txt
cromwell_tools.egg-info/dependency_links.txt
cromwell_tools.egg-info/entry_points.txt
cromwell_tools.egg-info/requires.txt
cromwell_tools.egg-info/top_level.txt
cromwell_tools/core/__init__.py
cromwell_tools/diag/__init__.py
cromwell_tools/diag/task_runtime.py
cromwell_tools/tests/__init__.py
cromwell_tools/tests/test.sh
cromwell_tools/tests/test_cli.py
cromwell_tools/tests/test_cromwell_api.py
cromwell_tools/tests/test_cromwell_auth.py
cromwell_tools/tests/test_utilities.py
cromwell_tools/tests/data/a.txt
cromwell_tools/tests/data/b.txt
cromwell_tools/tests/data/fake_account_key.json
cromwell_tools/tests/data/test_dependencies.json
cromwell_tools/tests/data/test_deps.zip
cromwell_tools/tests/data/test_inputs1.json
cromwell_tools/tests/data/test_inputs2.json
cromwell_tools/tests/data/test_labels.json
cromwell_tools/tests/data/test_options.json
cromwell_tools/tests/data/test_task.wdl
cromwell_tools/tests/data/test_workflow.wdl
docs/Makefile
docs/README_SYMLINK.rst
docs/conf.py
docs/index.rst
docs/API/index.rst
docs/Tutorials/Quickstart/api_quickstart.ipynb
docs/Tutorials/Quickstart/cli_quickstart.ipynb
docs/Tutorials/Quickstart/Examples/hello_world.wdl
docs/Tutorials/Quickstart/Examples/helloworld.wdl
docs/Tutorials/Quickstart/Examples/inputs.json
docs/Tutorials/Quickstart/Examples/labels.json
docs/Tutorials/Quickstart/Examples/options.json
docs/_static/style.css
docs/_templates/layout.html
notebooks/benchmark.py
notebooks/estimate_resource_usage.ipynb
notebooks/format_benchmark.py
notebooks/monitoring.sh
notebooks/plot_benchmark.py
notebooks/requirements.txt