.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.md
CHANGES.md
CODEOWNERS
LICENSE
Makefile
README.md
pytest.ini
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
examples/.pytest_wdl_config.json
pytest_wdl/__init__.py
pytest_wdl/config.py
pytest_wdl/core.py
pytest_wdl/fixtures.py
pytest_wdl/localizers.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/miniwdl.py
pytest_wdl/url_schemes/__init__.py
pytest_wdl/url_schemes/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_data.json
tests/test_exceptions.py
tests/test_executors.py
tests/test_fixtures.py
tests/test_json.py
tests/test_localizers.py
tests/test_url_schemes.py
tests/test_utils.py
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_executors/in.txt
tests/test_executors/out.txt
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_workflow.py
tests/test_workflow_flat/workflow.wdl