.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.md
CHANGES.md
CODEOWNERS
LICENSE
Makefile
README.md
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
docs/Makefile
docs/README.md
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/logo.png
docs/source/manual.md
docs/source/output.png
examples/config/complex.pytest_wdl_config.json
examples/config/simple.pytest_wdl_config.json
examples/quickstart/variant_caller.wdl
examples/quickstart/tests/test_data.json
examples/quickstart/tests/test_variant_caller.py
examples/quickstart/tests/data/NA12878.chr22.tiny.vcf
pytest_wdl/__init__.py
pytest_wdl/config.py
pytest_wdl/core.py
pytest_wdl/fixtures.py
pytest_wdl/loader.py
pytest_wdl/localizers.py
pytest_wdl/plugins.py
pytest_wdl/url_schemes.py
pytest_wdl/utils.py
pytest_wdl.egg-info/PKG-INFO
pytest_wdl.egg-info/SOURCES.txt
pytest_wdl.egg-info/dependency_links.txt
pytest_wdl.egg-info/entry_points.txt
pytest_wdl.egg-info/requires.txt
pytest_wdl.egg-info/top_level.txt
pytest_wdl/data_types/__init__.py
pytest_wdl/data_types/bam.py
pytest_wdl/data_types/json.py
pytest_wdl/data_types/vcf.py
pytest_wdl/executors/__init__.py
pytest_wdl/executors/_cromwell.py
pytest_wdl/executors/cromwell_local.py
pytest_wdl/executors/cromwell_server.py
pytest_wdl/executors/miniwdl.py
pytest_wdl/providers/__init__.py
pytest_wdl/providers/dx.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/import_paths.txt
tests/test.wdl
tests/test_config.py
tests/test_core.py
tests/test_cromwell.py
tests/test_cromwell_server.py
tests/test_data.json
tests/test_dx.py
tests/test_dx.wdl
tests/test_exceptions.py
tests/test_executors.py
tests/test_fixtures.py
tests/test_json.py
tests/test_localizers.py
tests/test_plugins.py
tests/test_url_schemes.py
tests/test_utils.py
tests/data/in.txt
tests/data/out.txt
tests/remote_data/sample.vcf
tests/remote_data/wgEncodeUwRepliSeqK562G1AlnRep1_subsampled.bam
tests/submodule/submodule.wdl
tests/test_bam/__init__.py
tests/test_bam/test_bam.py
tests/test_bam/test_bam.wdl
tests/test_bam/test_data.json
tests/test_bam/test_bam/ignorable_difference.bam
tests/test_bam/test_bam/non_ignorable_difference.bam
tests/test_bam/test_bam/samtools_random_ids_UNSET-4F784850.bam
tests/test_bam/test_bam/samtools_random_ids_UNSET-different.bam
tests/test_cromwell/metadata44.json
tests/test_cromwell/metadata47.json
tests/test_cromwell/metadata_call_failed.json
tests/test_vcf/__init__.py
tests/test_vcf/test_data.json
tests/test_vcf/test_vcf.py
tests/test_vcf/test_vcf.wdl
tests/test_workflow/README.md
tests/test_workflow/parent_workflow.wdl
tests/test_workflow/hello_world/hello_world.wdl
tests/test_workflow/hello_world/tests/test_data.json
tests/test_workflow/hello_world/tests/test_hello_world.py
tests/test_workflow/hello_world/tests/test_hello_world.wdl
tests/test_workflow/tests/import_paths.txt
tests/test_workflow/tests/test_data.json
tests/test_workflow/tests/test_parent_workflow.py
tests/test_workflow_flat/README.md
tests/test_workflow_flat/test_data.json
tests/test_workflow_flat/test_loader.json
tests/test_workflow_flat/test_workflow.py
tests/test_workflow_flat/workflow.wdl