.gitignore
LICENSE.md
README.md
pyproject.toml
setup.py
src/snakemake/__init__.py
src/snakemake/__main__.py
src/snakemake/_version.py
src/snakemake/api.py
src/snakemake/benchmark.py
src/snakemake/checkpoints.py
src/snakemake/cli.py
src/snakemake/cwl.py
src/snakemake/dag.py
src/snakemake/decorators.py
src/snakemake/exceptions.py
src/snakemake/gui.html
src/snakemake/gui.py
src/snakemake/ioflags.py
src/snakemake/jobs.py
src/snakemake/logging.py
src/snakemake/modules.py
src/snakemake/notebook.py
src/snakemake/output_index.py
src/snakemake/parser.py
src/snakemake/path_modifier.py
src/snakemake/persistence.py
src/snakemake/profiles.py
src/snakemake/report.css
src/snakemake/resources.py
src/snakemake/ruleinfo.py
src/snakemake/rules.py
src/snakemake/scheduler.py
src/snakemake/shell.py
src/snakemake/snakemake.code-workspace
src/snakemake/sourcecache.py
src/snakemake/spawn_jobs.py
src/snakemake/storage.py
src/snakemake/target_jobs.py
src/snakemake/utils.py
src/snakemake/workflow.py
src/snakemake/wrapper.py
src/snakemake.egg-info/PKG-INFO
src/snakemake.egg-info/SOURCES.txt
src/snakemake.egg-info/dependency_links.txt
src/snakemake.egg-info/entry_points.txt
src/snakemake.egg-info/requires.txt
src/snakemake.egg-info/top_level.txt
src/snakemake/assets/__init__.py
src/snakemake/assets/data/@types-clone/LICENSE
src/snakemake/assets/data/@types-estree/LICENSE
src/snakemake/assets/data/array-flat-polyfill/LICENSE
src/snakemake/assets/data/clone/LICENSE
src/snakemake/assets/data/commons-math/LICENSE.txt
src/snakemake/assets/data/commons-math/NOTICE.txt
src/snakemake/assets/data/d3-array/LICENSE
src/snakemake/assets/data/d3-color/LICENSE
src/snakemake/assets/data/d3-contour/LICENSE
src/snakemake/assets/data/d3-delaunay/LICENSE
src/snakemake/assets/data/d3-dispatch/LICENSE
src/snakemake/assets/data/d3-dsv/LICENSE
src/snakemake/assets/data/d3-force/LICENSE
src/snakemake/assets/data/d3-format/LICENSE
src/snakemake/assets/data/d3-geo/LICENSE
src/snakemake/assets/data/d3-geo-projection/LICENSE
src/snakemake/assets/data/d3-hierarchy/LICENSE
src/snakemake/assets/data/d3-interpolate/LICENSE
src/snakemake/assets/data/d3-path/LICENSE
src/snakemake/assets/data/d3-quadtree/LICENSE
src/snakemake/assets/data/d3-regression/LICENSE
src/snakemake/assets/data/d3-scale/LICENSE
src/snakemake/assets/data/d3-shape/LICENSE
src/snakemake/assets/data/d3-time/LICENSE
src/snakemake/assets/data/d3-time-format/LICENSE
src/snakemake/assets/data/d3-timer/LICENSE
src/snakemake/assets/data/delaunator/LICENSE
src/snakemake/assets/data/esprima/LICENSE.BSD
src/snakemake/assets/data/fabric/LICENSE
src/snakemake/assets/data/fast-deep-equal/LICENSE
src/snakemake/assets/data/fast-json-patch/LICENSE
src/snakemake/assets/data/fast-json-stable-stringify/LICENSE
src/snakemake/assets/data/hashlru/LICENSE
src/snakemake/assets/data/heroicons/LICENSE
src/snakemake/assets/data/json-stringify-pretty-compact/LICENSE
src/snakemake/assets/data/prop-types/LICENSE
src/snakemake/assets/data/prop-types/prop-types.min.js
src/snakemake/assets/data/pygments/LICENSE
src/snakemake/assets/data/quickselect/LICENSE
src/snakemake/assets/data/react/LICENSE
src/snakemake/assets/data/react/react-dom.production.min.js
src/snakemake/assets/data/react/react.production.min.js
src/snakemake/assets/data/regression/LICENSE
src/snakemake/assets/data/science/LICENSE
src/snakemake/assets/data/semver/LICENSE
src/snakemake/assets/data/shapefile/LICENSE
src/snakemake/assets/data/snakemake/LICENSE.md
src/snakemake/assets/data/tailwindcss/LICENSE
src/snakemake/assets/data/tailwindcss/tailwind.css
src/snakemake/assets/data/topojson-client/LICENSE
src/snakemake/assets/data/vega/LICENSE
src/snakemake/assets/data/vega/vega.js
src/snakemake/assets/data/vega-embed/LICENSE
src/snakemake/assets/data/vega-embed/vega-embed.js
src/snakemake/assets/data/vega-lite/LICENSE
src/snakemake/assets/data/vega-lite/vega-lite.js
src/snakemake/assets/data/vega-schema-url-parser/LICENSE
src/snakemake/assets/data/vega-themes/LICENSE
src/snakemake/assets/data/vega-tooltip/LICENSE
src/snakemake/caching/__init__.py
src/snakemake/caching/hash.py
src/snakemake/caching/local.py
src/snakemake/caching/storage.py
src/snakemake/common/__init__.py
src/snakemake/common/argparse.py
src/snakemake/common/configfile.py
src/snakemake/common/git.py
src/snakemake/common/prefix_lookup.py
src/snakemake/common/tbdstring.py
src/snakemake/common/typing.py
src/snakemake/common/workdir_handler.py
src/snakemake/common/tests/__init__.py
src/snakemake/common/tests/testcases/__init__.py
src/snakemake/common/tests/testcases/groups/Snakefile
src/snakemake/common/tests/testcases/groups/__init__.py
src/snakemake/common/tests/testcases/groups/caption.rst
src/snakemake/common/tests/testcases/simple/Snakefile
src/snakemake/common/tests/testcases/simple/__init__.py
src/snakemake/common/tests/testcases/simple/caption.rst
src/snakemake/deployment/__init__.py
src/snakemake/deployment/conda.py
src/snakemake/deployment/containerize.py
src/snakemake/deployment/env_modules.py
src/snakemake/deployment/singularity.py
src/snakemake/executors/__init__.py
src/snakemake/executors/dryrun.py
src/snakemake/executors/google_lifesciences_helper.py
src/snakemake/executors/jobscript.sh
src/snakemake/executors/local.py
src/snakemake/executors/touch.py
src/snakemake/io/__init__.py
src/snakemake/io/fmt.py
src/snakemake/io/flags/__init__.py
src/snakemake/io/flags/access_patterns.py
src/snakemake/ioutils/__init__.py
src/snakemake/ioutils/branch.py
src/snakemake/ioutils/collect.py
src/snakemake/ioutils/evaluate.py
src/snakemake/ioutils/exists.py
src/snakemake/ioutils/input.py
src/snakemake/ioutils/lookup.py
src/snakemake/ioutils/rule_items_proxy.py
src/snakemake/ioutils/subpath.py
src/snakemake/linting/__init__.py
src/snakemake/linting/links.py
src/snakemake/linting/rules.py
src/snakemake/linting/snakefiles.py
src/snakemake/remote/AzBlob.py
src/snakemake/remote/EGA.py
src/snakemake/remote/FTP.py
src/snakemake/remote/GS.py
src/snakemake/remote/HTTP.py
src/snakemake/remote/NCBI.py
src/snakemake/remote/S3.py
src/snakemake/remote/S3Mocked.py
src/snakemake/remote/SFTP.py
src/snakemake/remote/XRootD.py
src/snakemake/remote/__init__.py
src/snakemake/remote/dropbox.py
src/snakemake/remote/gfal.py
src/snakemake/remote/gridftp.py
src/snakemake/remote/iRODS.py
src/snakemake/remote/webdav.py
src/snakemake/remote/zenodo.py
src/snakemake/report/__init__.py
src/snakemake/report/common.py
src/snakemake/report/rulegraph_spec.py
src/snakemake/report/html_reporter/__init__.py
src/snakemake/report/html_reporter/common.py
src/snakemake/report/html_reporter/data/__init__.py
src/snakemake/report/html_reporter/data/categories.py
src/snakemake/report/html_reporter/data/common.py
src/snakemake/report/html_reporter/data/configfiles.py
src/snakemake/report/html_reporter/data/packages.py
src/snakemake/report/html_reporter/data/results.py
src/snakemake/report/html_reporter/data/rulegraph.py
src/snakemake/report/html_reporter/data/rules.py
src/snakemake/report/html_reporter/data/runtimes.py
src/snakemake/report/html_reporter/data/timeline.py
src/snakemake/report/html_reporter/template/__init__.py
src/snakemake/report/html_reporter/template/index.html.jinja2
src/snakemake/report/html_reporter/template/logo.svg
src/snakemake/report/html_reporter/template/style.css
src/snakemake/report/html_reporter/template/components/__init__.py
src/snakemake/report/html_reporter/template/components/abstract_menu.js
src/snakemake/report/html_reporter/template/components/abstract_results.js
src/snakemake/report/html_reporter/template/components/abstract_view_manager.js
src/snakemake/report/html_reporter/template/components/app.js
src/snakemake/report/html_reporter/template/components/breadcrumbs.js
src/snakemake/report/html_reporter/template/components/button.js
src/snakemake/report/html_reporter/template/components/category.js
src/snakemake/report/html_reporter/template/components/common.js
src/snakemake/report/html_reporter/template/components/content.js
src/snakemake/report/html_reporter/template/components/icon.js
src/snakemake/report/html_reporter/template/components/list_heading.js
src/snakemake/report/html_reporter/template/components/list_item.js
src/snakemake/report/html_reporter/template/components/menu.js
src/snakemake/report/html_reporter/template/components/navbar.js
src/snakemake/report/html_reporter/template/components/report_info.js
src/snakemake/report/html_reporter/template/components/result_info.js
src/snakemake/report/html_reporter/template/components/result_view_button.js
src/snakemake/report/html_reporter/template/components/rule_graph.js
src/snakemake/report/html_reporter/template/components/rule_info.js
src/snakemake/report/html_reporter/template/components/search_results.js
src/snakemake/report/html_reporter/template/components/stats.js
src/snakemake/report/html_reporter/template/components/subcategory.js
src/snakemake/report/html_reporter/template/components/toggle.js
src/snakemake/script/__init__.py
src/snakemake/settings/__init__.py
src/snakemake/settings/enums.py
src/snakemake/settings/types.py
src/snakemake/template_rendering/__init__.py
src/snakemake/template_rendering/jinja2.py
src/snakemake/template_rendering/yte.py
src/snakemake/unit_tests/__init__.py
src/snakemake/unit_tests/templates/__init__.py
src/snakemake/unit_tests/templates/common.py.jinja2
src/snakemake/unit_tests/templates/ruletest.py.jinja2
tests/README.md
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_api.py
tests/test_args.py
tests/test_executor_test_suite.py
tests/test_expand.py
tests/test_internals.py
tests/test_io.py
tests/test_linting.py
tests/test_output_index.py
tests/test_path_modifier.py
tests/test_persistence.py
tests/test_prefix_lookup.py
tests/test_schema.py
tests/test_script.py
tests/test_sourcecache.py
tests/tests.py
tests/tests_using_conda.py
tests/knapsack/1.txt
tests/knapsack/2.txt
tests/knapsack/3.txt
tests/knapsack/Snakefile
tests/linting/absolute_paths/negative.smk
tests/linting/absolute_paths/positive.smk
tests/linting/envvars/negative.smk
tests/linting/envvars/positive.smk
tests/linting/iofile_by_index/negative.smk
tests/linting/iofile_by_index/positive.smk
tests/linting/log_directive/negative.smk
tests/linting/log_directive/positive.smk
tests/linting/long_run/negative.smk
tests/linting/long_run/positive.smk
tests/linting/missing_software_definition/negative.smk
tests/linting/missing_software_definition/positive.smk
tests/linting/mixed_func_and_rules/common.smk
tests/linting/mixed_func_and_rules/negative.smk
tests/linting/mixed_func_and_rules/positive.smk
tests/linting/not_used_params/config.yaml
tests/linting/not_used_params/negative.smk
tests/linting/not_used_params/positive.smk
tests/linting/params_prefix/negative.smk
tests/linting/params_prefix/positive.smk
tests/linting/path_add/negative.smk
tests/linting/path_add/positive.smk
tests/linting/singularity/negative.smk
tests/linting/singularity/positive.smk
tests/linting/tab_usage/negative.smk
tests/linting/tab_usage/positive.smk
tests/profile/Snakefile
tests/resources/slurmcluster/Makefile
tests/resources/slurmcluster/Vagrantfile
tests/test (with parenthese's)/Snakefile
tests/test (with parenthese's)/test.in
tests/test (with parenthese's)/expected-results/test.out
tests/test01/Snakefile
tests/test01/test.in
tests/test01/expected-results/test.inter
tests/test01/expected-results/dir/test.out
tests/test02/Snakefile
tests/test02/test.in
tests/test02/expected-results/test.out
tests/test03/Snakefile
tests/test03/params
tests/test03/test.in
tests/test03/expected-results/test.out
tests/test04/Snakefile
tests/test04/params
tests/test04/test.in
tests/test04/expected-results/test.out
tests/test05/Snakefile
tests/test05/test.in
tests/test05/expected-results/test.1.inter
tests/test05/expected-results/test.1.inter2
tests/test05/expected-results/test.2.inter
tests/test05/expected-results/test.2.inter2
tests/test05/expected-results/test.3.inter
tests/test05/expected-results/test.3.inter2
tests/test05/expected-results/test.predictions
tests/test06/Snakefile
tests/test06/test.in
tests/test06/expected-results/test.bla.out
tests/test07/Snakefile
tests/test07/test.in
tests/test07/expected-results/test.out
tests/test07/expected-results/test2.out
tests/test08/Snakefile
tests/test08/test.in
tests/test08/test2.in
tests/test08/expected-results/test.out
tests/test08/expected-results/test2.out
tests/test09/Snakefile
tests/test09/test.in
tests/test09/expected-results/.gitignore
tests/test10/Snakefile
tests/test10/test.in
tests/test10/expected-results/test.out
tests/test11/Snakefile
tests/test11/import.snakefile
tests/test11/test.in
tests/test11/expected-results/test.inter
tests/test11/expected-results/test.out
tests/test12/Snakefile
tests/test12/test.in
tests/test12/expected-results/test.out
tests/test13/Snakefile
tests/test13/test.in
tests/test13/expected-results/test.algo1-p7-improved.out
tests/test13/expected-results/test.algo1-p7.out
tests/test15/Snakefile
tests/test15/test.in
tests/test15/expected-results/test.out
tests/testHighWorkload/Snakefile
tests/testHighWorkload/mfa/00.mfa
tests/testHighWorkload/mfa/01.mfa
tests/testHighWorkload/mfa/02.mfa
tests/testHighWorkload/mfa/03.mfa
tests/testHighWorkload/mfa/04.mfa
tests/testHighWorkload/mfa/05.mfa
tests/testHighWorkload/mfa/06.mfa
tests/testHighWorkload/mfa/07.mfa
tests/testHighWorkload/mfa/08.mfa
tests/testHighWorkload/mfa/09.mfa
tests/testHighWorkload/mfa/10.mfa
tests/test_access_patterns/Snakefile
tests/test_access_patterns/sbatch
tests/test_access_patterns/expected-results/fs-storage/test1.out
tests/test_access_patterns/expected-results/fs-storage/test2.1.out
tests/test_access_patterns/expected-results/fs-storage/test2.2.out
tests/test_access_patterns/expected-results/fs-storage/test3.1.out
tests/test_access_patterns/expected-results/fs-storage/test3.2.out
tests/test_access_patterns/expected-results/fs-storage/test4.1.out
tests/test_access_patterns/expected-results/fs-storage/test4.2.out
tests/test_access_patterns/expected-results/fs-storage/test5.1.out
tests/test_access_patterns/expected-results/fs-storage/test5.2.out
tests/test_access_patterns/expected-results/fs-storage/test6.1.out
tests/test_access_patterns/expected-results/fs-storage/test6.2.out
tests/test_access_patterns/fs-storage/.gitkeep
tests/test_all_temp/Snakefile
tests/test_all_temp/expected-results/.gitkeep
tests/test_ancient/Snakefile
tests/test_ancient/expected-results/A
tests/test_ancient/expected-results/B
tests/test_ancient/expected-results/C
tests/test_ancient/expected-results/D
tests/test_ancient/expected-results/old_file
tests/test_ancient_cli/Snakefile
tests/test_ancient_cli/expected-results/1
tests/test_ancient_cli/expected-results/2
tests/test_ancient_cli/expected-results/3
tests/test_ancient_cli/expected-results/4
tests/test_ancient_dag/Snakefile
tests/test_ancient_dag/expected-results/.gitkeep
tests/test_archive/Snakefile
tests/test_archive/test-env.yaml
tests/test_archive/expected-results/.gitignore
tests/test_azure_batch/Snakefile
tests/test_azure_batch/expected-results/.gitignore
tests/test_bash/Snakefile
tests/test_bash/expected-results/test.out
tests/test_batch/Snakefile
tests/test_batch/expected-results/a.inter.txt
tests/test_batch/expected-results/bar.txt
tests/test_batch_final/Snakefile
tests/test_batch_final/expected-results/bar.txt
tests/test_batch_final/expected-results/foo.txt
tests/test_benchmark/Snakefile
tests/test_benchmark/script.py
tests/test_benchmark/expected-results/test.benchmark_run.txt
tests/test_benchmark/expected-results/test.benchmark_run_shell.txt
tests/test_benchmark/expected-results/test.benchmark_script.txt
tests/test_benchmark/expected-results/test.benchmark_shell.txt
tests/test_benchmark_jsonl/Snakefile
tests/test_benchmark_jsonl/input1.zero
tests/test_benchmark_jsonl/input2.zero
tests/test_benchmark_jsonl/script.py
tests/test_benchmark_jsonl/expected-results/test.benchmark_run.jsonl
tests/test_benchmark_jsonl/expected-results/test.benchmark_run_shell.jsonl
tests/test_benchmark_jsonl/expected-results/test.benchmark_script.jsonl
tests/test_benchmark_jsonl/expected-results/test.benchmark_shell.jsonl
tests/test_cache_multioutput/Snakefile
tests/test_cache_multioutput/expected-results/.gitkeep
tests/test_censored_path/Snakefile
tests/test_checkpoint_allowed_rules/Snakefile
tests/test_checkpoint_allowed_rules/qsub
tests/test_checkpoint_allowed_rules/expected-results/b.txt
tests/test_checkpoint_missout/Snakefile
tests/test_checkpoint_missout/problem.txt
tests/test_checkpoint_missout/expected-results/final.txt
tests/test_checkpoint_open/Snakefile
tests/test_checkpoint_open/expected-results/storage/test2.txt
tests/test_checkpoint_open/storage/test.txt
tests/test_checkpoints/Snakefile
tests/test_checkpoints/expected-results/aggregated/a.txt
tests/test_checkpoints/samples/a.txt
tests/test_checkpoints/samples/b.txt
tests/test_checkpoints_dir/Snakefile
tests/test_checkpoints_dir/expected-results/aggregated/a.txt
tests/test_checkpoints_dir/expected-results/aggregated/b.txt
tests/test_checkpoints_dir/samples/a.txt
tests/test_checkpoints_dir/samples/b.txt
tests/test_checkpoints_many/Snakefile
tests/test_checkpoints_many/expected-results/collect/s1/all_done.txt
tests/test_cloud_checkpoints_issue574/Snakefile
tests/test_cloud_checkpoints_issue574/config.json
tests/test_cloud_checkpoints_issue574/env.yml
tests/test_cloud_checkpoints_issue574/expected-results/.gitkeep
tests/test_cluster_cancelscript/Snakefile.nonstandard
tests/test_cluster_cancelscript/sbatch
tests/test_cluster_cancelscript/scancel.sh
tests/test_cluster_cancelscript/status.sh
tests/test_cluster_cancelscript/test.in
tests/test_cluster_cancelscript/expected-results/scancel.txt
tests/test_conda/Snakefile
tests/test_conda/test-env.yaml
tests/test_conda/expected-results/test0.out
tests/test_conda/expected-results/test1.out
tests/test_conda/expected-results/test2.out
tests/test_conda_cmd_exe/Snakefile
tests/test_conda_cmd_exe/test-env.yaml
tests/test_conda_cmd_exe/expected-results/test0.out
tests/test_conda_cmd_exe/expected-results/test1.out
tests/test_conda_cmd_exe/expected-results/test2.out
tests/test_conda_custom_prefix/Snakefile
tests/test_conda_custom_prefix/test-env.yaml
tests/test_conda_custom_prefix/expected-results/test0.out
tests/test_conda_custom_prefix/expected-results/test1.out
tests/test_conda_custom_prefix/expected-results/test2.out
tests/test_conda_function/Snakefile
tests/test_conda_function/expected-results/test_12.1.1_v.out
tests/test_conda_function/expected-results/test_13.0.0_v.out
tests/test_conda_global/Snakefile
tests/test_conda_global/env.yaml
tests/test_conda_global/expected-results/.gitkeep
tests/test_conda_named/Snakefile
tests/test_conda_named/expected-results/test.out
tests/test_conda_pin_file/Snakefile
tests/test_conda_pin_file/test-env.linux-64.pin.txt
tests/test_conda_pin_file/test-env.yaml
tests/test_conda_pin_file/expected-results/test.txt
tests/test_conda_python_3_7_script/Snakefile
tests/test_conda_python_3_7_script/test_python_env.yaml
tests/test_conda_python_3_7_script/test_script_python_3_7.py
tests/test_conda_python_3_7_script/expected-results/version.txt
tests/test_conda_python_script/Snakefile
tests/test_conda_python_script/test_python_env.yaml
tests/test_conda_python_script/test_script.py
tests/test_conda_python_script/expected-results/version.txt
tests/test_conda_run/Snakefile
tests/test_conda_run/test_python_env.yaml
tests/test_conda_run/test_script_run.py
tests/test_conda_run/expected-results/test.txt
tests/test_conditional/Snakefile
tests/test_conditional/expected-results/test.0.out
tests/test_conditional/expected-results/test.1.out
tests/test_conditional/expected-results/test.2.out
tests/test_conditional/expected-results/test.out
tests/test_config/Snakefile
tests/test_config/test.json
tests/test_config/test.rules
tests/test_config/test2.json
tests/test_config/test3.json
tests/test_config/expected-results/test.out
tests/test_config_merging/Snakefile
tests/test_config_merging/config_cmdline_01.yaml
tests/test_config_merging/config_cmdline_02.yaml
tests/test_config_merging/config_snakefile.yaml
tests/test_config_merging/expected-results/test.out
tests/test_config_replacing/Snakefile
tests/test_config_replacing/cli-config.yaml
tests/test_config_replacing/workflow-config.yaml
tests/test_config_replacing/expected-results/result.txt
tests/test_config_replacing_nocli/Snakefile
tests/test_config_replacing_nocli/workflow-config.yaml
tests/test_config_replacing_nocli/expected-results/result.txt
tests/test_config_yte/Snakefile
tests/test_config_yte/config.yaml
tests/test_config_yte/expected-results/test.out
tests/test_container/Snakefile
tests/test_container/test.txt
tests/test_container/expected-results/test.out
tests/test_containerized/Dockerfile
tests/test_containerized/Snakefile
tests/test_containerized/env.yaml
tests/test_containerized/expected-results/test.out
tests/test_convert_to_cwl/Snakefile
tests/test_convert_to_cwl/test.in
tests/test_converting_path_for_r_script/Snakefile
tests/test_converting_path_for_r_script/env.yaml
tests/test_converting_path_for_r_script/r-script.R
tests/test_converting_path_for_r_script/text-file.txt
tests/test_converting_path_for_r_script/expected-results/.github_touch
tests/test_core_dependent_threads/Snakefile
tests/test_core_dependent_threads/expected-results/test.out
tests/test_cwl/Snakefile
tests/test_cwl/test.txt
tests/test_cwl/expected-results/sorted.txt
tests/test_default_flags/Snakefile
tests/test_default_remote/Snakefile
tests/test_default_remote/expected-results/.gitignore
tests/test_default_resources/Snakefile
tests/test_default_resources/test.txt
tests/test_default_resources/expected-results/test.out
tests/test_default_storage_local_job/Snakefile
tests/test_default_storage_local_job/qsub
tests/test_default_storage_local_job/expected-results/.gitkeep
tests/test_default_target/Snakefile
tests/test_default_target/expected-results/1.txt
tests/test_default_target/expected-results/2.txt
tests/test_deferred_func_eval/Snakefile
tests/test_deferred_func_eval/test1.in
tests/test_deferred_func_eval/test2.in
tests/test_deferred_func_eval/expected-results/test.out
tests/test_delete_all_output/Snakefile
tests/test_delete_all_output/Snakefile_inner
tests/test_delete_all_output/infile
tests/test_delete_all_output/expected-results/all_ok
tests/test_delete_output/Snakefile
tests/test_delete_output/nosuchfile
tests/test_delete_output/expected-results/output.file
tests/test_delete_output/expected-results/foo/output.foo.file
tests/test_deploy_hashing/Snakefile
tests/test_deploy_hashing/a.post-deploy.sh
tests/test_deploy_hashing/a.yaml
tests/test_deploy_hashing/b.yaml
tests/test_deploy_hashing/expected-results/a.txt
tests/test_deploy_hashing/expected-results/b.txt
tests/test_deploy_script/Snakefile
tests/test_deploy_script/test-env.post-deploy.sh
tests/test_deploy_script/test-env.yaml
tests/test_deploy_script/expected-results/test.out
tests/test_deploy_sources/Snakefile
tests/test_deploy_sources/scripts/test.py
tests/test_directory/Snakefile
tests/test_directory/expected-results/child_to_input
tests/test_directory/expected-results/dir_to_link_to/.snakemake_timestamp
tests/test_directory/expected-results/some/dir-child
tests/test_directory/expected-results/some/shadow/.snakemake_timestamp
tests/test_directory/expected-results/some_other_dir/.snakemake_timestamp
tests/test_directory/input_dir/child
tests/test_dup_out_patterns/Snakefile
tests/test_dup_out_patterns/expected-results/.gitkeep
tests/test_dynamic_container/Snakefile
tests/test_dynamic_container/expected-results/test_func_alpine.out
tests/test_dynamic_container/expected-results/test_func_bash.out
tests/test_dynamic_container/expected-results/test_str_alpine.out
tests/test_dynamic_container/expected-results/test_str_bash.out
tests/test_empty_include/Snakefile
tests/test_empty_include/include.rules
tests/test_empty_include/expected-results/.gitignore
tests/test_ensure/Snakefile
tests/test_ensure/expected-results/test2.txt
tests/test_env_modules/Snakefile
tests/test_env_modules/test-env-modules.sh
tests/test_env_modules/expected-results/test.out
tests/test_envvars/Snakefile
tests/test_envvars/expected-results/test.out
tests/test_envvars/expected-results/test2.out
tests/test_exists/Snakefile
tests/test_exists/test.txt
tests/test_expand_flag/Snakefile
tests/test_expand_flag/expected-results/.gitignore
tests/test_expand_list_of_functions/Snakefile
tests/test_expand_list_of_functions/test.0.out
tests/test_expand_list_of_functions/test.1.out
tests/test_expand_list_of_functions/expected-results/test.out
tests/test_failed_intermediate/Snakefile
tests/test_failed_intermediate/expected-results/test3.txt
tests/test_filegraph/Snakefile
tests/test_filegraph/scripts/vis.py
tests/test_filesep_windows/Snakefile
tests/test_filesep_windows/expected-results/subfolder/test2.out2
tests/test_filesep_windows/subfolder/.gitkeep
tests/test_format_params/Snakefile
tests/test_format_params/expected-results/test.out
tests/test_format_wildcards/Snakefile
tests/test_format_wildcards/expected-results/foo.txt
tests/test_fstring/Snakefile
tests/test_fstring/expected-results/SID23454678.txt
tests/test_ftp_immediate_close/Snakefile
tests/test_ftp_immediate_close/expected-results/size.txt
tests/test_generate_unit_tests/Snakefile
tests/test_generate_unit_tests/expected-results/.tests/unit/test_a.py
tests/test_generate_unit_tests/expected-results/.tests/unit/test_all.py
tests/test_generate_unit_tests/expected-results/.tests/unit/test_b.py
tests/test_generate_unit_tests/expected-results/.tests/unit/a/.gitempty
tests/test_generate_unit_tests/expected-results/.tests/unit/all/test/0.tsv
tests/test_generate_unit_tests/expected-results/.tests/unit/all/test/1.tsv
tests/test_generate_unit_tests/expected-results/.tests/unit/all/test/2.tsv
tests/test_generate_unit_tests/expected-results/.tests/unit/b/test/0.txt
tests/test_generate_unit_tests/test/0.tsv
tests/test_generate_unit_tests/test/0.txt
tests/test_generate_unit_tests/test/1.tsv
tests/test_generate_unit_tests/test/1.txt
tests/test_generate_unit_tests/test/2.tsv
tests/test_generate_unit_tests/test/2.txt
tests/test_get_log_both/Snakefile
tests/test_get_log_both/environment.yaml
tests/test_get_log_both/test.in
tests/test_get_log_both/wrapper.py
tests/test_get_log_both/expected-results/test.log
tests/test_get_log_both/expected-results/test.out
tests/test_get_log_complex/Snakefile
tests/test_get_log_complex/environment.yaml
tests/test_get_log_complex/test.in
tests/test_get_log_complex/wrapper.py
tests/test_get_log_complex/expected-results/test.log
tests/test_get_log_complex/expected-results/test.out
tests/test_get_log_none/Snakefile
tests/test_get_log_none/environment.yaml
tests/test_get_log_none/test.in
tests/test_get_log_none/wrapper.py
tests/test_get_log_none/expected-results/test.out
tests/test_get_log_stderr/Snakefile
tests/test_get_log_stderr/environment.yaml
tests/test_get_log_stderr/test.in
tests/test_get_log_stderr/wrapper.py
tests/test_get_log_stderr/expected-results/test.log
tests/test_get_log_stderr/expected-results/test.out
tests/test_get_log_stdout/Snakefile
tests/test_get_log_stdout/environment.yaml
tests/test_get_log_stdout/test.in
tests/test_get_log_stdout/wrapper.py
tests/test_get_log_stdout/expected-results/test.log
tests/test_get_log_stdout/expected-results/test.out
tests/test_github_issue105/Snakefile
tests/test_github_issue105/expected-results/a.txt
tests/test_github_issue105/expected-results/b.txt
tests/test_github_issue1062/Snakefile
tests/test_github_issue1062/expected-results/.gitkeep
tests/test_github_issue1069/Snakefile
tests/test_github_issue1069/expected-results/.gitkeep
tests/test_github_issue1158/Snakefile
tests/test_github_issue1158/qsub.py
tests/test_github_issue1158/expected-results/output
tests/test_github_issue1261/Snakefile
tests/test_github_issue1261/expected-results/out/A.txt
tests/test_github_issue1384/Snakefile
tests/test_github_issue1384/expected-results/.gitempty
tests/test_github_issue1389/Snakefile
tests/test_github_issue1389/expected-results/test1.txt
tests/test_github_issue1389/expected-results/test2.txt
tests/test_github_issue1396/Snakefile
tests/test_github_issue1396/expected-results/.gitkeep
tests/test_github_issue1460/Snakefile
tests/test_github_issue1460/expected-results/.gitkeep
tests/test_github_issue1469/Snakefile
tests/test_github_issue1498/Snakefile
tests/test_github_issue1498/module.smk
tests/test_github_issue1498/expected-results/results/all.done
tests/test_github_issue1498/expected-results/results/other/results/a.txt
tests/test_github_issue1498/expected-results/results/other/results/b.txt
tests/test_github_issue1500/Snakefile
tests/test_github_issue1500/config/config.yaml
tests/test_github_issue1500/expected-results/.gitkeep
tests/test_github_issue1500/module-test/Snakefile
tests/test_github_issue1542/Snakefile
tests/test_github_issue1542/a.txt
tests/test_github_issue1542/expected-results/a.txt
tests/test_github_issue1550/Snakefile
tests/test_github_issue1550/expected-results/a.out
tests/test_github_issue1618/Snakefile
tests/test_github_issue1618/expected-results/test2.out
tests/test_github_issue1818/Snakefile
tests/test_github_issue1818/aggregated.txt
tests/test_github_issue1818/processed.txt
tests/test_github_issue1818/processed2.txt
tests/test_github_issue1818/.snakemake/metadata/YWdncmVnYXRlZC50eHQ=
tests/test_github_issue1818/.snakemake/metadata/bXlfZGlyZWN0b3J5
tests/test_github_issue1818/.snakemake/metadata/cHJvY2Vzc2VkLnR4dA==
tests/test_github_issue1818/.snakemake/metadata/cHJvY2Vzc2VkMi50eHQ=
tests/test_github_issue1818/expected-results/aggregated.txt
tests/test_github_issue1818/expected-results/processed.txt
tests/test_github_issue1818/expected-results/processed2.txt
tests/test_github_issue1818/expected-results/my_directory/.snakemake_timestamp
tests/test_github_issue1818/expected-results/my_directory/1.txt
tests/test_github_issue1818/expected-results/my_directory/2.txt
tests/test_github_issue1818/expected-results/my_directory/3.txt
tests/test_github_issue1818/my_directory/.snakemake_timestamp
tests/test_github_issue1818/my_directory/1.txt
tests/test_github_issue1818/my_directory/2.txt
tests/test_github_issue1818/my_directory/3.txt
tests/test_github_issue1882/Snakefile
tests/test_github_issue1882/expected-results/foo.txt
tests/test_github_issue2142/Snakefile
tests/test_github_issue2142/expected-results/data.txt
tests/test_github_issue2154/Snakefile
tests/test_github_issue2154/test.in
tests/test_github_issue261/Snakefile
tests/test_github_issue261/expected-results/test1/target1/config1.done
tests/test_github_issue2732/Snakefile
tests/test_github_issue2732/expected-results/A.b1.out
tests/test_github_issue2732/expected-results/A.b2.out
tests/test_github_issue3271/Snakefile
tests/test_github_issue3271/Snakefile_should_fail
tests/test_github_issue413/Snakefile
tests/test_github_issue413/expected-results/test_dir/other_file
tests/test_github_issue413/expected-results/test_dir/subdir/test_file
tests/test_github_issue413/test_dir/other_file
tests/test_github_issue413/test_dir/subdir/test_file
tests/test_github_issue456/Snakefile
tests/test_github_issue456/expected-results/test.txt
tests/test_github_issue456/references/gffs/test.gff
tests/test_github_issue52/B
tests/test_github_issue52/Snakefile
tests/test_github_issue52/other.smk
tests/test_github_issue52/expected-results/.gitkeep
tests/test_github_issue627/Snakefile
tests/test_github_issue627/Snakefile.internal
tests/test_github_issue627/config.yaml
tests/test_github_issue627/job.py
tests/test_github_issue627/local_job_status.sh
tests/test_github_issue627/run_locally.sh
tests/test_github_issue627/expected-results/.gitkeep
tests/test_github_issue640/Snakefile
tests/test_github_issue640/setup.sh
tests/test_github_issue640/expected-results/.gitignore
tests/test_github_issue727/Snakefile
tests/test_github_issue727/expected-results/checkpoint-test.bin.1.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.10.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.11.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.12.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.13.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.14.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.15.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.16.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.17.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.18.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.19.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.2.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.3.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.4.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.5.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.6.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.7.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.8.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.bin.9.clust.info.csv
tests/test_github_issue727/expected-results/checkpoint-test.file1
tests/test_github_issue727/expected-results/checkpoint-test.final_file
tests/test_github_issue727/expected-results/checkpoint-test/bins/1/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/10/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/11/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/12/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/13/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/14/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/15/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/16/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/17/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/18/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/19/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/2/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/3/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/4/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/5/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/6/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/7/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/8/read_list.txt
tests/test_github_issue727/expected-results/checkpoint-test/bins/9/read_list.txt
tests/test_github_issue78/Snakefile
tests/test_github_issue78/expected-results/test.out
tests/test_github_issue78/expected-results/test_a.out
tests/test_github_issue78/expected-results/test_b.out
tests/test_github_issue78/expected-results/test_c.out
tests/test_github_issue806/Snakefile
tests/test_github_issue806/expected-results/data/batches.en
tests/test_github_issue806/expected-results/data/batches.es
tests/test_github_issue806/expected-results/data/corpus.txt
tests/test_github_issue806/expected-results/data/en/0/0/text
tests/test_github_issue806/expected-results/data/en/0/1/text
tests/test_github_issue806/expected-results/data/en/0/2/text
tests/test_github_issue806/expected-results/data/en/1/0/text
tests/test_github_issue806/expected-results/data/en/1/1/text
tests/test_github_issue806/expected-results/data/en/1/2/text
tests/test_github_issue806/expected-results/data/en/2/0/text
tests/test_github_issue806/expected-results/data/en/2/1/text
tests/test_github_issue806/expected-results/data/en/2/2/text
tests/test_github_issue806/expected-results/data/en/3/0/text
tests/test_github_issue806/expected-results/data/en/3/1/text
tests/test_github_issue806/expected-results/data/en/3/2/text
tests/test_github_issue806/expected-results/data/es/0/0/text
tests/test_github_issue806/expected-results/data/es/0/1/text
tests/test_github_issue806/expected-results/data/es/0/2/text
tests/test_github_issue806/expected-results/data/es/1/0/text
tests/test_github_issue806/expected-results/data/es/1/1/text
tests/test_github_issue806/expected-results/data/es/1/2/text
tests/test_github_issue806/expected-results/data/es/2/0/text
tests/test_github_issue806/expected-results/data/es/2/1/text
tests/test_github_issue806/expected-results/data/es/2/2/text
tests/test_github_issue806/expected-results/data/es/3/0/text
tests/test_github_issue806/expected-results/data/es/3/1/text
tests/test_github_issue806/expected-results/data/es/3/2/text
tests/test_github_issue806/expected-results/data/es_en/0.0_0.combined
tests/test_github_issue806/expected-results/data/es_en/0.0_1.combined
tests/test_github_issue806/expected-results/data/es_en/0.0_2.combined
tests/test_github_issue806/expected-results/data/es_en/0.1_0.combined
tests/test_github_issue806/expected-results/data/es_en/0.1_1.combined
tests/test_github_issue806/expected-results/data/es_en/0.1_2.combined
tests/test_github_issue806/expected-results/data/es_en/0.2_0.combined
tests/test_github_issue806/expected-results/data/es_en/0.2_1.combined
tests/test_github_issue806/expected-results/data/es_en/0.2_2.combined
tests/test_github_issue806/expected-results/data/es_en/1.0_0.combined
tests/test_github_issue806/expected-results/data/es_en/1.0_1.combined
tests/test_github_issue806/expected-results/data/es_en/1.0_2.combined
tests/test_github_issue806/expected-results/data/es_en/1.1_0.combined
tests/test_github_issue806/expected-results/data/es_en/1.1_1.combined
tests/test_github_issue806/expected-results/data/es_en/1.1_2.combined
tests/test_github_issue806/expected-results/data/es_en/1.2_0.combined
tests/test_github_issue806/expected-results/data/es_en/1.2_1.combined
tests/test_github_issue806/expected-results/data/es_en/1.2_2.combined
tests/test_github_issue806/expected-results/data/es_en/2.0_0.combined
tests/test_github_issue806/expected-results/data/es_en/2.0_1.combined
tests/test_github_issue806/expected-results/data/es_en/2.0_2.combined
tests/test_github_issue806/expected-results/data/es_en/2.1_0.combined
tests/test_github_issue806/expected-results/data/es_en/2.1_1.combined
tests/test_github_issue806/expected-results/data/es_en/2.1_2.combined
tests/test_github_issue806/expected-results/data/es_en/2.2_0.combined
tests/test_github_issue806/expected-results/data/es_en/2.2_1.combined
tests/test_github_issue806/expected-results/data/es_en/2.2_2.combined
tests/test_github_issue806/expected-results/data/es_en/3.0_0.combined
tests/test_github_issue806/expected-results/data/es_en/3.0_1.combined
tests/test_github_issue806/expected-results/data/es_en/3.0_2.combined
tests/test_github_issue806/expected-results/data/es_en/3.1_0.combined
tests/test_github_issue806/expected-results/data/es_en/3.1_1.combined
tests/test_github_issue806/expected-results/data/es_en/3.1_2.combined
tests/test_github_issue806/expected-results/data/es_en/3.2_0.combined
tests/test_github_issue806/expected-results/data/es_en/3.2_1.combined
tests/test_github_issue806/expected-results/data/es_en/3.2_2.combined
tests/test_github_issue929/Snakefile
tests/test_github_issue929/expected-results/test.file
tests/test_github_issue988/Snakefile
tests/test_github_issue988/expected-results/all.faa
tests/test_github_issue988/expected-results/all.fasta
tests/test_github_issue988/expected-results/files/.snakemake_timestamp
tests/test_github_issue988/expected-results/files/f0.faa
tests/test_github_issue988/expected-results/files/f0.fasta
tests/test_github_issue988/expected-results/files/f0.txt
tests/test_github_issue988/expected-results/files/f1.faa
tests/test_github_issue988/expected-results/files/f1.fasta
tests/test_github_issue988/expected-results/files/f1.txt
tests/test_github_issue988/expected-results/files/f2.faa
tests/test_github_issue988/expected-results/files/f2.fasta
tests/test_github_issue988/expected-results/files/f2.txt
tests/test_github_issue988/expected-results/files/f3.faa
tests/test_github_issue988/expected-results/files/f3.fasta
tests/test_github_issue988/expected-results/files/f3.txt
tests/test_github_issue_14/Snakefile
tests/test_github_issue_14/local_script.py
tests/test_github_issue_14/pythonTest.py
tests/test_github_issue_14/expected-results/pythonTest
tests/test_github_issue_3265_respect_dryrun_delete_all/Snakefile
tests/test_github_issue_3265_respect_dryrun_delete_all/Snakefile_inner
tests/test_github_issue_3265_respect_dryrun_delete_all/infile
tests/test_github_issue_3265_respect_dryrun_delete_all/expected-results/all_ok
tests/test_globwildcards/Snakefile
tests/test_globwildcards/test.0.txt
tests/test_globwildcards/test.1.txt
tests/test_globwildcards/test.2.txt
tests/test_globwildcards/test_a_a.txt
tests/test_globwildcards/test_a_b.txt
tests/test_globwildcards/test_b_b.txt
tests/test_globwildcards/expected-results/test.0.out
tests/test_globwildcards/expected-results/test.1.out
tests/test_globwildcards/expected-results/test.2.out
tests/test_globwildcards/expected-results/test_a.out
tests/test_globwildcards/expected-results/test_b.out
tests/test_google_lifesciences/Snakefile
tests/test_google_lifesciences/config.json
tests/test_google_lifesciences/env.yml
tests/test_google_lifesciences/expected-results/.gitkeep
tests/test_group_job_fail/Snakefile
tests/test_group_job_fail/qsub
tests/test_group_job_fail/expected-results/.gitignore
tests/test_group_jobs/Snakefile
tests/test_group_jobs/qsub
tests/test_group_jobs/expected-results/test.out
tests/test_group_jobs_attempts/Snakefile
tests/test_group_jobs_attempts/qsub
tests/test_group_jobs_attempts/expected-results/a
tests/test_group_jobs_resources/Snakefile
tests/test_group_jobs_resources/qsub
tests/test_group_jobs_resources/status_failed
tests/test_group_jobs_resources/expected-results/test.out
tests/test_group_parallel/Snakefile
tests/test_group_parallel/expected-results/bar.txt
tests/test_group_parallel/expected-results/foo.txt
tests/test_group_with_pipe/Snakefile
tests/test_group_with_pipe/qsub
tests/test_group_with_pipe/expected-results/test.0.out
tests/test_group_with_pipe/expected-results/test.1.out
tests/test_groupid_expand/Snakefile
tests/test_groupid_expand/expected-results/bar0.txt
tests/test_groupid_expand/expected-results/bar1.txt
tests/test_groupid_expand/expected-results/bar2.txt
tests/test_groupid_expand/expected-results/foo.local.txt
tests/test_groupid_expand_cluster/Snakefile
tests/test_groupid_expand_cluster/qsub
tests/test_groupid_expand_cluster/expected-results/bar0.txt
tests/test_groupid_expand_cluster/expected-results/bar1.txt
tests/test_groupid_expand_cluster/expected-results/bar2.txt
tests/test_groupid_expand_cluster/expected-results/foo.412c59b9-e2fc-51ea-9a84-d055fb244f80.txt
tests/test_groupid_expand_cluster/expected-results/foo.5792af91-9d58-5430-a941-2d29860112e7.txt
tests/test_groupid_expand_cluster/expected-results/foo.e1a9b7a0-f48e-568a-bc42-d6c2078055be.txt
tests/test_groups_out_of_jobs/Snakefile
tests/test_groups_out_of_jobs/qsub
tests/test_groups_out_of_jobs/expected-results/.gitkeep
tests/test_gs_requester_pays/Snakefile
tests/test_gs_requester_pays/expected-results/landsat-data.txt
tests/test_handle_storage_multi_consumers/Snakefile
tests/test_handle_storage_multi_consumers/expected-results/storage/test.a.txt
tests/test_handle_storage_multi_consumers/expected-results/storage/test.b.txt
tests/test_handle_storage_multi_consumers/storage/test.txt
tests/test_handover/Snakefile
tests/test_handover/script.py
tests/test_handover/expected-results/test.out
tests/test_immediate_submit/README.md
tests/test_immediate_submit/Snakefile
tests/test_immediate_submit/expected-results/output/all
tests/test_immediate_submit/slurm/config.yaml
tests/test_immediate_submit/slurm/get_jobid.sh
tests/test_immediate_submit/slurm/sbatch.sh
tests/test_incomplete_params/Snakefile
tests/test_incomplete_params/expected-results/.gitkeep
tests/test_inferred_resources/Snakefile
tests/test_inferred_resources/expected-results/test.txt
tests/test_inferred_resources_mib/Snakefile
tests/test_inferred_resources_mib/expected-results/test1.out
tests/test_inferred_resources_mib/expected-results/test2.out
tests/test_inferred_resources_mib/expected-results/test3.out
tests/test_inner_call/Snakefile
tests/test_inner_call/a.in
tests/test_inner_call/expected-results/a.txt
tests/test_inoutput_is_path/Snakefile
tests/test_inoutput_is_path/test.in
tests/test_inoutput_is_path/test.out
tests/test_inoutput_is_path/expected-results/test.out
tests/test_input_generator/Snakefile
tests/test_input_generator/foo.1.in
tests/test_input_generator/foo.2.in
tests/test_input_generator/foo.3.in
tests/test_input_generator/expected-results/foo.out1
tests/test_input_generator/expected-results/foo.out2
tests/test_input_generator/expected-results/foo.out3
tests/test_ioutils/Snakefile
tests/test_ioutils/config.yaml
tests/test_ioutils/dummy1.tsv
tests/test_ioutils/in.txt
tests/test_ioutils/samples.md5
tests/test_ioutils/samples.tsv
tests/test_ioutils/expected-results/test.txt
tests/test_ioutils/expected-results/b/2.txt
tests/test_ioutils/expected-results/c/1.txt
tests/test_ioutils/expected-results/c/2.txt
tests/test_ioutils/expected-results/results/switch~someswitch.column~sample.txt
tests/test_issue1037/Foo_A.start
tests/test_issue1037/Snakefile
tests/test_issue1037/qsub
tests/test_issue1037/expected-results/.gitignore
tests/test_issue1041/Snakefile
tests/test_issue1041/expected-results/raw.split_0.txt
tests/test_issue1041/expected-results/raw.split_1.txt
tests/test_issue1041/expected-results/raw.split_2.txt
tests/test_issue1046/Snakefile
tests/test_issue1046/test.csv
tests/test_issue1046/expected-results/test_report.html
tests/test_issue1046/my_wrapper/environment.yaml
tests/test_issue1046/my_wrapper/wrapper.py
tests/test_issue1083/Snakefile
tests/test_issue1083/bar.txt
tests/test_issue1083/expected-results/foo.txt
tests/test_issue1085/Snakefile
tests/test_issue1085/expected-results/.gitignore
tests/test_issue1092/Snakefile
tests/test_issue1092/expected-results/aggregated.txt
tests/test_issue1092/expected-results/aggregated.txt_WIN
tests/test_issue1093/Snakefile
tests/test_issue1093/condaenv.yaml
tests/test_issue1093/expected-results/aggregated.txt
tests/test_issue1256/Snakefile
tests/test_issue1256/expected-results/.gitignore
tests/test_issue1281/Snakefile
tests/test_issue1281/expected-results/apple.sh
tests/test_issue1281/expected-results/banana.sh
tests/test_issue1284/Snakefile
tests/test_issue1284/expected-results/result.c1
tests/test_issue1284/expected-results/result.c2
tests/test_issue1284/expected-results/result.r1
tests/test_issue1284/expected-results/result.r2
tests/test_issue1284/expected-results/result.r3
tests/test_issue1331/Snakefile
tests/test_issue1331/expected-results/aligned_and_sort/1.txt
tests/test_issue1331/expected-results/aligned_and_sort/2.txt
tests/test_issue1331/expected-results/aligned_and_sort/3.txt
tests/test_issue1331/expected-results/aligned_and_sort/4.txt
tests/test_issue1331/expected-results/aligned_and_sort/5.txt
tests/test_issue1331/expected-results/aligned_and_sort/6.txt
tests/test_issue2574/Snakefile
tests/test_issue2574/config.yaml
tests/test_issue2685/Snakefile
tests/test_issue2685/expected-results/test/a.txt
tests/test_issue2685/expected-results/test/complete.txt
tests/test_issue2826_failed_binary_logs/Snakefile
tests/test_issue3192/Snakefile
tests/test_issue3192/a.txt
tests/test_issue3192/script.py
tests/test_issue3192/expected-results/c.txt
tests/test_issue3338/Snakefile
tests/test_issue3338/other_workflow.smk
tests/test_issue3338/expected-results/test.out
tests/test_issue3338/expected-results/test2.out
tests/test_issue3361_fail/Snakefile
tests/test_issue3361_fail/input.txt
tests/test_issue3361_fail/expected-results/output.txt
tests/test_issue3361_fail/some_dir/some_other_input.txt
tests/test_issue3361_pass/Snakefile
tests/test_issue3361_pass/input.txt
tests/test_issue3361_pass/expected-results/output.txt
tests/test_issue3361_pass/some_dir/some_other_input.txt
tests/test_issue381/Snakefile
tests/test_issue381/a.in
tests/test_issue381/expected-results/b.out
tests/test_issue471/Snakefile
tests/test_issue471/expected-results/test1.2.out
tests/test_issue584/Snakefile
tests/test_issue584/expected-results/out1
tests/test_issue612/Snakefile
tests/test_issue612/expected-results/.gitignore
tests/test_issue635/Snakefile
tests/test_issue635/input.txt
tests/test_issue635/envs/rmarkdown.yaml
tests/test_issue635/expected-results/report.html
tests/test_issue635/scripts/report.Rmd
tests/test_issue805/Snakefile
tests/test_issue805/expected-results/test.out
tests/test_issue823_1/Snakefile
tests/test_issue823_1/expected-results/b.txt
tests/test_issue823_2/Snakefile
tests/test_issue823_2/expected-results/c.txt
tests/test_issue823_3/Snakefile
tests/test_issue823_3/expected-results/a.txt
tests/test_issue850/Snakefile
tests/test_issue850/qsub
tests/test_issue850/expected-results/2.qc2
tests/test_issue854/Snakefile
tests/test_issue854/expected-results/.gitignore
tests/test_issue860/Snakefile
tests/test_issue860/qsub
tests/test_issue860/expected-results/1.bam
tests/test_issue860/expected-results/2.bam
tests/test_issue860/expected-results/2.qc
tests/test_issue860/expected-results/2.qc2
tests/test_issue860/expected-results/3.bam
tests/test_issue860/expected-results/4.bam
tests/test_issue894/Snakefile
tests/test_issue894/expected-results/a
tests/test_issue912/Snakefile
tests/test_issue912/qsub
tests/test_issue912/expected-results/fake/logs/rule1.test.sample.Mutect2.snpSift.log
tests/test_issue912/expected-results/fake/logs/rule2.test.sample.Mutect2.snpSift.log
tests/test_issue912/expected-results/fake/test/sample.Mutect2.snpSift.hardfilter.vcf.gz
tests/test_issue912/fake/test/sample.Mutect2.snpSift.vcf.gz
tests/test_issue916/Snakefile
tests/test_issue916/local_script.py
tests/test_issue916/pythonTest.py
tests/test_issue916/expected-results/pythonTest
tests/test_issue930/Snakefile
tests/test_issue930/qsub
tests/test_issue930/expected-results/test.out
tests/test_issue956/Snakefile
tests/test_issue956/expected-results/f_A.txt
tests/test_issue956/expected-results/f_B.txt
tests/test_issue958/Snakefile
tests/test_issue958/a.txt
tests/test_issue958/expected-results/.gitignore
tests/test_issue_3202/Snakefile
tests/test_issue_3202/test-env.yaml
tests/test_issue_3202/expected-results/output.txt
tests/test_job_properties/Snakefile
tests/test_job_properties/qsub.py
tests/test_job_properties/expected-results/test2.out
tests/test_jupyter_notebook/Notebook.ipynb
tests/test_jupyter_notebook/Snakefile
tests/test_jupyter_notebook/env.yaml
tests/test_jupyter_notebook/expected-results/result_final.txt
tests/test_jupyter_notebook/expected-results/result_intermediate.txt
tests/test_jupyter_notebook_draft/Snakefile
tests/test_jupyter_notebook_draft/data.txt
tests/test_jupyter_notebook_draft/env.yaml
tests/test_jupyter_notebook_draft/expected-results/Notebook.py.ipynb
tests/test_jupyter_notebook_draft/expected-results/results/.gitkeep
tests/test_jupyter_notebook_nbconvert/Notebook.ipynb
tests/test_jupyter_notebook_nbconvert/Snakefile
tests/test_jupyter_notebook_nbconvert/env.yaml
tests/test_jupyter_notebook_nbconvert/expected-results/result_final.txt
tests/test_jupyter_notebook_nbconvert/expected-results/result_intermediate.txt
tests/test_keyword_list/Snakefile
tests/test_keyword_list/test.in1
tests/test_keyword_list/test.in2
tests/test_keyword_list/expected-results/test.out
tests/test_kubernetes/README.md
tests/test_kubernetes/Snakefile
tests/test_kubernetes/envs/gzip.yaml
tests/test_kubernetes/expected-results/.gitignore
tests/test_lazy_resources/Snakefile
tests/test_lazy_resources/expected-results/results/bar.txt
tests/test_lazy_resources/expected-results/results/foo.txt
tests/test_list_untracked/Snakefile
tests/test_list_untracked/Snakefile_inner
tests/test_list_untracked/expected-results/leftover_files
tests/test_list_untracked/expected-results/leftover_files_WIN
tests/test_load_metawrapper/Snakefile
tests/test_load_metawrapper/data/a.gtf
tests/test_load_metawrapper/data/genome.fa
tests/test_load_metawrapper/expected-results/.gitkeep
tests/test_local_and_retrieve/keep_local.smk
tests/test_local_and_retrieve/retrieve.smk
tests/test_local_import/Snakefile
tests/test_local_import/bar.py
tests/test_local_import/expected-results/test.out
tests/test_local_import/foo/__init__.py
tests/test_localrule/Snakefile
tests/test_localrule/expected-results/1.txt
tests/test_localrule/expected-results/2.txt
tests/test_log_input/Snakefile
tests/test_log_input/expected-results/test.a.txt
tests/test_logfile/Snakefile
tests/test_long_shell/Snakefile
tests/test_long_shell/test.in
tests/test_long_shell/expected-results/test.out
tests/test_many_jobs/Snakefile
tests/test_match_by_wildcard_names/Snakefile
tests/test_match_by_wildcard_names/expected-results/test.a.r1.fq
tests/test_metadata_migration/Snakefile
tests/test_metadata_migration/.snakemake/log/2020-11-03T113643.403148.snakemake.log
tests/test_metadata_migration/.snakemake/log/2020-11-03T113712.242836.snakemake.log
tests/test_metadata_migration/.snakemake/log/2020-11-03T113759.235916.snakemake.log
tests/test_missing_file_dryrun/Snakefile
tests/test_missing_file_dryrun/expected-results/.gitkeep
tests/test_module_checkpoint/Snakefile
tests/test_module_checkpoint/expected-results/a/aggregated/a.txt
tests/test_module_checkpoint/expected-results/a/post/a.txt
tests/test_module_checkpoint/expected-results/a/somestep/a.txt
tests/test_module_checkpoint/expected-results/b/aggregated/b.txt
tests/test_module_checkpoint/expected-results/b/alt/b.txt
tests/test_module_checkpoint/expected-results/b/somestep/b.txt
tests/test_module_checkpoint/module-test/Snakefile
tests/test_module_complex/Snakefile
tests/test_module_complex/config.yaml
tests/test_module_complex/samples.tsv
tests/test_module_complex/scenario.yaml
tests/test_module_complex/units.tsv
tests/test_module_complex/data/a.1.fq
tests/test_module_complex/data/a.2.fq
tests/test_module_complex/expected-results/.gitkeep
tests/test_module_complex2/Snakefile
tests/test_module_complex2/config.yaml
tests/test_module_complex2/samples.tsv
tests/test_module_complex2/scenario.yaml
tests/test_module_complex2/units.tsv
tests/test_module_complex2/data/a.1.fq
tests/test_module_complex2/data/a.2.fq
tests/test_module_complex2/expected-results/.gitkeep
tests/test_module_input_func/Snakefile
tests/test_module_input_func/expected-results/test/results/C.txt
tests/test_module_input_func/module1/Snakefile
tests/test_module_local_git/Snakefile
tests/test_module_local_git/Snakefile_main_missing_rule_and_schema
tests/test_module_local_git/Snakefile_missing_rule
tests/test_module_local_git/Snakefile_missing_schema
tests/test_module_local_git/Snakefile_relative
tests/test_module_local_git/config.yaml
tests/test_module_local_git/module.tar.gz
tests/test_module_local_git/samples.tsv
tests/test_module_local_git/units.tsv
tests/test_module_local_git/data/a.1.fq
tests/test_module_local_git/data/a.2.fq
tests/test_module_local_git/expected-results/.gitkeep
tests/test_module_nested/Snakefile
tests/test_module_nested/module_deep.smk
tests/test_module_nested/module_shallow.smk
tests/test_module_nested/expected-results/foo.txt
tests/test_module_no_prefixing_modified_paths/Snakefile
tests/test_module_no_prefixing_modified_paths/expected-results/module2/test_final.txt
tests/test_module_no_prefixing_modified_paths/module1/Snakefile
tests/test_module_no_prefixing_modified_paths/module2/Snakefile
tests/test_module_report/Snakefile
tests/test_module_report/custom-stylesheet.css
tests/test_module_report/fig1.svg
tests/test_module_report/test.csv
tests/test_module_report/testmodel.fig2.png
tests/test_module_report/.snakemake/metadata/ZmlnMS5zdmc=
tests/test_module_report/.snakemake/metadata/ZmlnMi5wbmc=
tests/test_module_report/.snakemake/metadata/dGVzdC40Lm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC41Lm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC42Lm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC43Lm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC44Lm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC45Lm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC4wLm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC4xLm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC4yLm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC4zLm91dA==
tests/test_module_report/.snakemake/metadata/dGVzdC5jc3Y=
tests/test_module_report/.snakemake/metadata/dGVzdGRpcg==
tests/test_module_report/expected-results/report.html
tests/test_module_report/testdir/.snakemake_timestamp
tests/test_module_report/testdir/1.txt
tests/test_module_report/testdir/2.txt
tests/test_module_report/testdir/3.txt
tests/test_module_wildcard_constraints/Snakefile
tests/test_module_wildcard_constraints/expected-results/result/a.txt
tests/test_module_wildcard_constraints/expected-results/result/b.txt
tests/test_module_wildcard_constraints/testmodule/Snakefile
tests/test_module_with_script/Snakefile
tests/test_module_with_script/config.yaml
tests/test_module_with_script/expected-results/test.out
tests/test_module_workflow_snakefile_usage/Snakefile
tests/test_module_workflow_snakefile_usage/config/config.yaml
tests/test_module_workflow_snakefile_usage/expected-results/results/testmodule/test.out
tests/test_module_workflow_snakefile_usage/module-test/Snakefile
tests/test_module_workflow_snakefile_usage/module-test/some_file.txt
tests/test_modules_all/Snakefile
tests/test_modules_all/config/config.yaml
tests/test_modules_all/expected-results/results/testmodule/b/test.out
tests/test_modules_all/module-test/Snakefile
tests/test_modules_all_exclude/Snakefile
tests/test_modules_all_exclude/Snakefile_exclude
tests/test_modules_all_exclude/config/config.yaml
tests/test_modules_all_exclude/expected-results/results/testmodule/test.out
tests/test_modules_all_exclude/expected-results/results/testmodule/test2.out
tests/test_modules_all_exclude/module-test/Snakefile
tests/test_modules_dynamic/Snakefile
tests/test_modules_dynamic/config/config.yaml
tests/test_modules_dynamic/expected-results/results/testmodule/b1/test.out
tests/test_modules_dynamic/expected-results/results/testmodule/b2/test.out
tests/test_modules_dynamic/module1/Snakefile
tests/test_modules_dynamic/module2/Snakefile
tests/test_modules_dynamic_import_rules/Snakefile
tests/test_modules_dynamic_import_rules/config/config.yaml
tests/test_modules_dynamic_import_rules/expected-results/results/testmodule/b2/test.txt
tests/test_modules_dynamic_import_rules/module1/Snakefile
tests/test_modules_dynamic_import_rules/module2/Snakefile
tests/test_modules_dynamic_import_rules/module3/Snakefile
tests/test_modules_dynamic_module_as_alias/Snakefile
tests/test_modules_dynamic_module_as_alias/config/config.yaml
tests/test_modules_dynamic_module_as_alias/expected-results/results/testmodule/b1/test.out
tests/test_modules_dynamic_module_as_alias/expected-results/results/testmodule/b2/test.out
tests/test_modules_dynamic_module_as_alias/module1/Snakefile
tests/test_modules_dynamic_module_as_alias/module2/Snakefile
tests/test_modules_dynamic_no_as/Snakefile
tests/test_modules_dynamic_no_as/config/config.yaml
tests/test_modules_dynamic_no_as/expected-results/results/testmodule/b1/test.out
tests/test_modules_dynamic_no_as/expected-results/results/testmodule/b2/test.out
tests/test_modules_dynamic_no_as/module1/Snakefile
tests/test_modules_dynamic_no_as/module2/Snakefile
tests/test_modules_meta_wrapper/Snakefile
tests/test_modules_meta_wrapper/config.yaml
tests/test_modules_meta_wrapper/test.1.fastq
tests/test_modules_meta_wrapper/test.2.fastq
tests/test_modules_meta_wrapper/expected-results/.gitempty
tests/test_modules_name/Snakefile
tests/test_modules_name/config/config.yaml
tests/test_modules_name/expected-results/results/testmodule/b/test.out
tests/test_modules_name/module-test/Snakefile
tests/test_modules_no_name/Snakefile
tests/test_modules_no_name/config/config.yaml
tests/test_modules_no_name/expected-results/results/testmodule/b/test.out
tests/test_modules_no_name/module-test/Snakefile
tests/test_modules_peppy/Snakefile
tests/test_modules_peppy/config/config.yaml
tests/test_modules_peppy/expected-results/foo/results/test.out
tests/test_modules_peppy/module-test/Snakefile
tests/test_modules_peppy/pep/config.yaml
tests/test_modules_peppy/pep/sample_table.csv
tests/test_modules_prefix/Snakefile
tests/test_modules_prefix/config/config.yaml
tests/test_modules_prefix/expected-results/foo/results/test.out
tests/test_modules_prefix/module-test/Snakefile
tests/test_modules_prefix_local/Snakefile
tests/test_modules_prefix_local/input.txt
tests/test_modules_prefix_local/expected-results/out_1/test_final.txt
tests/test_modules_prefix_local/module1/Snakefile
tests/test_modules_ruledeps_inheritance/Snakefile
tests/test_modules_ruledeps_inheritance/expected-results/test2.txt
tests/test_modules_ruledeps_inheritance/module/Snakefile
tests/test_modules_ruledeps_inheritance/module2/Snakefile
tests/test_modules_semi_dynamic/Snakefile
tests/test_modules_semi_dynamic/config/config.yaml
tests/test_modules_semi_dynamic/expected-results/results/testmodule/b1/test.out
tests/test_modules_semi_dynamic/expected-results/results/testmodule/b2/test.out
tests/test_modules_semi_dynamic/module1/Snakefile
tests/test_modules_semi_dynamic/module2/Snakefile
tests/test_modules_specific/Snakefile
tests/test_modules_specific/expected-results/test2.out
tests/test_modules_specific/module-test/Snakefile
tests/test_modules_two_names/Snakefile
tests/test_modules_two_names/config/config.yaml
tests/test_modules_two_names/expected-results/results/testmodule/b/test.out
tests/test_modules_two_names/module-test/Snakefile
tests/test_multicomp_group_jobs/Snakefile
tests/test_multicomp_group_jobs/qsub
tests/test_multicomp_group_jobs/expected-results/test.out
tests/test_multiext/Snakefile
tests/test_multiext/expected-results/ref/genome.ann
tests/test_multiext/expected-results/ref/genome.bwt
tests/test_multiext/expected-results/ref/genome.sa
tests/test_multiext_named/Snakefile
tests/test_multiext_named/expected-results/a.1
tests/test_multiext_named/expected-results/a.2
tests/test_multiple_includes/Snakefile
tests/test_multiple_includes/test_rule.smk
tests/test_multiple_includes/test_second_rule.smk
tests/test_multiple_includes/test_third_rule.smk
tests/test_multiple_includes/expected-results/test1.txt
tests/test_multiple_includes/expected-results/test2.txt
tests/test_multiple_includes/expected-results/test3.txt
tests/test_name_override/Snakefile
tests/test_name_override/expected-results/out1.txt
tests/test_name_override/expected-results/out2.txt
tests/test_no_workflow_profile/dummy-general-profile/config.yaml
tests/test_no_workflow_profile/expected-results/test.out
tests/test_no_workflow_profile/workflow/Snakefile
tests/test_no_workflow_profile/workflow/profiles/default/config.yaml
tests/test_nodelocal/Snakefile
tests/test_nodelocal/qsub
tests/test_nodelocal/qsub_stage2
tests/test_nodelocal/expected-results/local/local
tests/test_nodelocal/expected-results/local/persist.txt
tests/test_nodelocal/expected-results/results/result.txt
tests/test_nonstr_params/Snakefile
tests/test_nonstr_params/expected-results/test.out
tests/test_omitfrom/Snakefile
tests/test_omitfrom/expected-results/independent.txt
tests/test_omitfrom/expected-results/levelone.txt
tests/test_output_file_cache/Snakefile
tests/test_output_file_cache/cache/.gitkeep
tests/test_output_file_cache/expected-results/test.out
tests/test_output_file_cache/expected-results/test2.out
tests/test_output_file_cache/expected-results/test3.x.out
tests/test_output_file_cache/expected-results/test3.y.out
tests/test_output_file_cache/expected-results/cache/6250074792e6b1aa4d9fbd820673cc22fe30525099db88b6918fa513fb003a66.out
tests/test_output_file_cache/expected-results/cache/695af872f8dc47c9acd2dd3ebec1caad623f7348dca2c38ef81df8acef58b4eb.out
tests/test_output_file_cache/expected-results/cache/695af872f8dc47c9acd2dd3ebec1caad623f7348dca2c38ef81df8acef58b4eb_out2
tests/test_output_file_cache/expected-results/cache/fa466047205bfd2dc7fe1fcbd5ec3591e3c1c5f73e8c7112493092191af2bee8.out
tests/test_output_file_cache_storage/Snakefile
tests/test_output_file_cache_storage/expected-results/.gitkeep
tests/test_params/Snakefile
tests/test_params/expected-results/somedir/test.out
tests/test_params_empty_inherit/Snakefile
tests/test_params_empty_inherit/expected-results/test.txt
tests/test_params_outdated_code/Snakefile
tests/test_params_outdated_code/.snakemake/log/2024-10-14T123852.529917.snakemake.log
tests/test_params_outdated_code/.snakemake/metadata/c29tZWRpci90ZXN0Lm91dA==
tests/test_params_outdated_code/expected-results/somedir/test.out
tests/test_params_outdated_code/somedir/test.out
tests/test_params_pickling/Snakefile
tests/test_params_pickling/test.py
tests/test_params_pickling/expected-results/testnp.tsv
tests/test_params_pickling/expected-results/testpd.tsv
tests/test_params_pickling/expected-results/testpl.tsv
tests/test_paramspace/Snakefile
tests/test_paramspace/params.tsv
tests/test_paramspace/expected-results/results/default/plots/alpha~1/beta~0.1/gamma~0.99.pdf
tests/test_paramspace/expected-results/results/default/plots/alpha~2/beta~0.0/gamma~3.9.pdf
tests/test_paramspace/expected-results/results/default/simulations/alpha~1/beta~0.1/gamma~0.99.tsv
tests/test_paramspace/expected-results/results/default/simulations/alpha~2/beta~0.0/gamma~3.9.tsv
tests/test_paramspace/expected-results/results/empty/plots/alpha~1/beta~0.1/gamma~0.99.pdf
tests/test_paramspace/expected-results/results/empty/plots/alpha~2/beta~0.0/gamma~3.9.pdf
tests/test_paramspace/expected-results/results/empty/simulations/alpha~1/beta~0.1/gamma~0.99.tsv
tests/test_paramspace/expected-results/results/empty/simulations/alpha~2/beta~0.0/gamma~3.9.tsv
tests/test_paramspace/expected-results/results/filenamesep/plots/alpha~1__beta~0.1__gamma~0.99.pdf
tests/test_paramspace/expected-results/results/filenamesep/plots/alpha~2__beta~0.0__gamma~3.9.pdf
tests/test_paramspace/expected-results/results/filenamesep/simulations/alpha~1__beta~0.1__gamma~0.99.tsv
tests/test_paramspace/expected-results/results/filenamesep/simulations/alpha~2__beta~0.0__gamma~3.9.tsv
tests/test_paramspace/expected-results/results/full/plots/alpha~1_beta~0.1_gamma~0.99.pdf
tests/test_paramspace/expected-results/results/full/plots/alpha~2_beta~0.0_gamma~3.9.pdf
tests/test_paramspace/expected-results/results/full/simulations/alpha~1_beta~0.1_gamma~0.99.tsv
tests/test_paramspace/expected-results/results/full/simulations/alpha~2_beta~0.0_gamma~3.9.tsv
tests/test_paramspace/expected-results/results/full_reorder/plots/beta~0.0_gamma~3.9_alpha~2.pdf
tests/test_paramspace/expected-results/results/full_reorder/plots/beta~0.1_gamma~0.99_alpha~1.pdf
tests/test_paramspace/expected-results/results/full_reorder/simulations/beta~0.0_gamma~3.9_alpha~2.tsv
tests/test_paramspace/expected-results/results/full_reorder/simulations/beta~0.1_gamma~0.99_alpha~1.tsv
tests/test_paramspace/expected-results/results/one/plots/alpha~1/gamma~0.99/beta~0.1.pdf
tests/test_paramspace/expected-results/results/one/plots/alpha~2/gamma~3.9/beta~0.0.pdf
tests/test_paramspace/expected-results/results/one/simulations/alpha~1/gamma~0.99/beta~0.1.tsv
tests/test_paramspace/expected-results/results/one/simulations/alpha~2/gamma~3.9/beta~0.0.tsv
tests/test_paramspace/expected-results/results/sep/plots/alpha_is_1/beta_is_0.1/gamma_is_0.99.pdf
tests/test_paramspace/expected-results/results/sep/plots/alpha_is_2/beta_is_0.0/gamma_is_3.9.pdf
tests/test_paramspace/expected-results/results/sep/simulations/alpha_is_1/beta_is_0.1/gamma_is_0.99.tsv
tests/test_paramspace/expected-results/results/sep/simulations/alpha_is_2/beta_is_0.0/gamma_is_3.9.tsv
tests/test_paramspace/expected-results/results/sep_and_pattern/plots/beta=0.0_gamma=3.9_alpha=2.pdf
tests/test_paramspace/expected-results/results/sep_and_pattern/plots/beta=0.1_gamma=0.99_alpha=1.pdf
tests/test_paramspace/expected-results/results/sep_and_pattern/simulations/beta=0.0_gamma=3.9_alpha=2.tsv
tests/test_paramspace/expected-results/results/sep_and_pattern/simulations/beta=0.1_gamma=0.99_alpha=1.tsv
tests/test_paramspace/expected-results/results/two/plots/alpha~1/beta~0.1_gamma~0.99.pdf
tests/test_paramspace/expected-results/results/two/plots/alpha~2/beta~0.0_gamma~3.9.pdf
tests/test_paramspace/expected-results/results/two/simulations/alpha~1/beta~0.1_gamma~0.99.tsv
tests/test_paramspace/expected-results/results/two/simulations/alpha~2/beta~0.0_gamma~3.9.tsv
tests/test_paramspace/scripts/simulate.py
tests/test_paramspace_single_wildcard/Snakefile
tests/test_paramspace_single_wildcard/params.tsv
tests/test_paramspace_single_wildcard/expected-results/results/default/plots/alpha~1/beta~0.1/gamma~0.99.pdf
tests/test_paramspace_single_wildcard/expected-results/results/default/plots/alpha~2/beta~0.0/gamma~3.9.pdf
tests/test_paramspace_single_wildcard/expected-results/results/default/simulations/alpha~1/beta~0.1/gamma~0.99.tsv
tests/test_paramspace_single_wildcard/expected-results/results/default/simulations/alpha~2/beta~0.0/gamma~3.9.tsv
tests/test_paramspace_single_wildcard/expected-results/results/empty/plots/alpha~1/beta~0.1/gamma~0.99.pdf
tests/test_paramspace_single_wildcard/expected-results/results/empty/plots/alpha~2/beta~0.0/gamma~3.9.pdf
tests/test_paramspace_single_wildcard/expected-results/results/empty/simulations/alpha~1/beta~0.1/gamma~0.99.tsv
tests/test_paramspace_single_wildcard/expected-results/results/empty/simulations/alpha~2/beta~0.0/gamma~3.9.tsv
tests/test_paramspace_single_wildcard/expected-results/results/filenamesep/plots/alpha~1__beta~0.1__gamma~0.99.pdf
tests/test_paramspace_single_wildcard/expected-results/results/filenamesep/plots/alpha~2__beta~0.0__gamma~3.9.pdf
tests/test_paramspace_single_wildcard/expected-results/results/filenamesep/simulations/alpha~1__beta~0.1__gamma~0.99.tsv
tests/test_paramspace_single_wildcard/expected-results/results/filenamesep/simulations/alpha~2__beta~0.0__gamma~3.9.tsv
tests/test_paramspace_single_wildcard/expected-results/results/full/plots/alpha~1_beta~0.1_gamma~0.99.pdf
tests/test_paramspace_single_wildcard/expected-results/results/full/plots/alpha~2_beta~0.0_gamma~3.9.pdf
tests/test_paramspace_single_wildcard/expected-results/results/full/simulations/alpha~1_beta~0.1_gamma~0.99.tsv
tests/test_paramspace_single_wildcard/expected-results/results/full/simulations/alpha~2_beta~0.0_gamma~3.9.tsv
tests/test_paramspace_single_wildcard/expected-results/results/full_reorder/plots/beta~0.0_gamma~3.9_alpha~2.pdf
tests/test_paramspace_single_wildcard/expected-results/results/full_reorder/plots/beta~0.1_gamma~0.99_alpha~1.pdf
tests/test_paramspace_single_wildcard/expected-results/results/full_reorder/simulations/beta~0.0_gamma~3.9_alpha~2.tsv
tests/test_paramspace_single_wildcard/expected-results/results/full_reorder/simulations/beta~0.1_gamma~0.99_alpha~1.tsv
tests/test_paramspace_single_wildcard/expected-results/results/one/plots/alpha~1/gamma~0.99/beta~0.1.pdf
tests/test_paramspace_single_wildcard/expected-results/results/one/plots/alpha~2/gamma~3.9/beta~0.0.pdf
tests/test_paramspace_single_wildcard/expected-results/results/one/simulations/alpha~1/gamma~0.99/beta~0.1.tsv
tests/test_paramspace_single_wildcard/expected-results/results/one/simulations/alpha~2/gamma~3.9/beta~0.0.tsv
tests/test_paramspace_single_wildcard/expected-results/results/sep/plots/alpha_is_1/beta_is_0.1/gamma_is_0.99.pdf
tests/test_paramspace_single_wildcard/expected-results/results/sep/plots/alpha_is_2/beta_is_0.0/gamma_is_3.9.pdf
tests/test_paramspace_single_wildcard/expected-results/results/sep/simulations/alpha_is_1/beta_is_0.1/gamma_is_0.99.tsv
tests/test_paramspace_single_wildcard/expected-results/results/sep/simulations/alpha_is_2/beta_is_0.0/gamma_is_3.9.tsv
tests/test_paramspace_single_wildcard/expected-results/results/sep_and_pattern/plots/beta=0.0_gamma=3.9_alpha=2.pdf
tests/test_paramspace_single_wildcard/expected-results/results/sep_and_pattern/plots/beta=0.1_gamma=0.99_alpha=1.pdf
tests/test_paramspace_single_wildcard/expected-results/results/sep_and_pattern/simulations/beta=0.0_gamma=3.9_alpha=2.tsv
tests/test_paramspace_single_wildcard/expected-results/results/sep_and_pattern/simulations/beta=0.1_gamma=0.99_alpha=1.tsv
tests/test_paramspace_single_wildcard/expected-results/results/two/plots/alpha~1/beta~0.1_gamma~0.99.pdf
tests/test_paramspace_single_wildcard/expected-results/results/two/plots/alpha~2/beta~0.0_gamma~3.9.pdf
tests/test_paramspace_single_wildcard/expected-results/results/two/simulations/alpha~1/beta~0.1_gamma~0.99.tsv
tests/test_paramspace_single_wildcard/expected-results/results/two/simulations/alpha~2/beta~0.0_gamma~3.9.tsv
tests/test_paramspace_single_wildcard/scripts/simulate.py
tests/test_parser/Snakefile
tests/test_parser/test.out
tests/test_parser/expected-results/test.out
tests/test_parsing_terminal_comment_following_statement/Snakefile
tests/test_parsing_terminal_comment_following_statement/expected-results/done
tests/test_path with spaces/Snakefile
tests/test_path with spaces/expected-results/test.out
tests/test_pathlib/Snakefile
tests/test_pathlib/existing_file.txt
tests/test_pathlib/expected-results/outdir/log_existing
tests/test_pathlib/expected-results/outdir/log_function_unpacking
tests/test_pathlib/expected-results/outdir/log_other_rule_output_existing
tests/test_pathlib/expected-results/outdir/log_protected
tests/test_pathlib/expected-results/outdir/log_temp
tests/test_pathlib/expected-results/outdir/output_existing
tests/test_pathlib/expected-results/outdir/output_other_rule_output_existing
tests/test_pathlib/expected-results/outdir/output_protected
tests/test_pathlib/expected-results/outdir/function_unpacking/output_function_unpacking
tests/test_pathlib_missing_file/Snakefile
tests/test_pathlib_missing_file/expected-results/.gitkeep
tests/test_pep_pathlib/Snakefile
tests/test_pep_pathlib/expected-results/a.txt
tests/test_pep_pathlib/expected-results/b.txt
tests/test_pep_pathlib/pep/config.yaml
tests/test_pep_pathlib/pep/sample_table.csv
tests/test_pep_pathlib/workflow/schemas/pep.yaml
tests/test_peppy/Snakefile
tests/test_peppy/expected-results/a.txt
tests/test_peppy/expected-results/b.txt
tests/test_peppy/pep/config.yaml
tests/test_peppy/pep/sample_table.csv
tests/test_peppy/workflow/schemas/pep.yaml
tests/test_pipe_depend/Snakefile
tests/test_pipe_depend/expected-results/.gitkeep
tests/test_pipes/Snakefile
tests/test_pipes/producer.py
tests/test_pipes/expected-results/test.0.out
tests/test_pipes/expected-results/test.1.out
tests/test_pipes2/Snakefile
tests/test_pipes2/expected-results/foo.txt
tests/test_pipes_fail/Snakefile
tests/test_pipes_fail/expected-results/.gitignore
tests/test_pipes_multiple/Snakefile
tests/test_pipes_multiple/expected-results/test.out
tests/test_prebuilt_conda_script/Snakefile
tests/test_prebuilt_conda_script/env.yaml
tests/test_prebuilt_conda_script/test.py
tests/test_prebuilt_conda_script/dummy_package/pyproject.toml
tests/test_prebuilt_conda_script/dummy_package/setup.cfg
tests/test_prebuilt_conda_script/dummy_package/src/dummy/__init__.py
tests/test_prebuilt_conda_script/dummy_package/src/dummy/dummy.py
tests/test_prebuilt_conda_script/expected-results/output.txt
tests/test_profile/Snakefile
tests/test_profile/Snakefile.internal
tests/test_profile/config.yaml
tests/test_profile/input.txt
tests/test_profile/workflow-config.yaml
tests/test_profile/expected-results/test.out
tests/test_protected_symlink_output/Snakefile
tests/test_protected_symlink_output/expected-results/outfile
tests/test_protected_symlink_output/expected-results/outlink
tests/test_queue_input/Snakefile
tests/test_queue_input/expected-results/test0.txt
tests/test_queue_input/expected-results/test1.txt
tests/test_queue_input/expected-results/test10.txt
tests/test_queue_input/expected-results/test11.txt
tests/test_queue_input/expected-results/test12.txt
tests/test_queue_input/expected-results/test13.txt
tests/test_queue_input/expected-results/test14.txt
tests/test_queue_input/expected-results/test15.txt
tests/test_queue_input/expected-results/test16.txt
tests/test_queue_input/expected-results/test17.txt
tests/test_queue_input/expected-results/test18.txt
tests/test_queue_input/expected-results/test19.txt
tests/test_queue_input/expected-results/test2.txt
tests/test_queue_input/expected-results/test3.txt
tests/test_queue_input/expected-results/test4.txt
tests/test_queue_input/expected-results/test5.txt
tests/test_queue_input/expected-results/test6.txt
tests/test_queue_input/expected-results/test7.txt
tests/test_queue_input/expected-results/test8.txt
tests/test_queue_input/expected-results/test9.txt
tests/test_r_wrapper/Snakefile
tests/test_r_wrapper/environment.yaml
tests/test_r_wrapper/wrapper.R
tests/test_remote_auto/Snakefile
tests/test_remote_auto/expected-results/logo.png
tests/test_remote_azure/README.md
tests/test_remote_azure/Snakefile
tests/test_remote_gs/Snakefile
tests/test_remote_gs/landsat-data.txt
tests/test_remote_gs/expected-results/landsat-data.txt
tests/test_remote_irods/.gitignore
tests/test_remote_irods/Dockerfile
tests/test_remote_irods/Makefile
tests/test_remote_irods/README.md
tests/test_remote_irods/Snakefile
tests/test_remote_irods/Snakefile.local
tests/test_remote_irods/expected-results/outfile
tests/test_remote_irods/setup-data/.irodsA
tests/test_remote_irods/setup-data/irods_environment.json
tests/test_remote_irods/test-data/infile
tests/test_remote_log/Snakefile
tests/test_remote_log/test.txt
tests/test_remote_log/expected-results/motoState.p
tests/test_remote_ncbi/Snakefile
tests/test_remote_ncbi/expected-results/sizes.txt
tests/test_remote_ncbi_simple/Snakefile
tests/test_remote_ncbi_simple/expected-results/sizes.txt
tests/test_remote_sftp/Snakefile
tests/test_remote_sftp/expected-results/readme.txt
tests/test_remote_zenodo/Snakefile
tests/test_remote_zenodo/test.txt
tests/test_remote_zenodo/expected-results/download.txt
tests/test_report/Snakefile
tests/test_report/custom-stylesheet.css
tests/test_report/fig1.svg
tests/test_report/lorem-ipsum.pdf
tests/test_report/test.0.out
tests/test_report/test.1.out
tests/test_report/test.2.out
tests/test_report/test.3.out
tests/test_report/test.4.out
tests/test_report/test.5.out
tests/test_report/test.6.out
tests/test_report/test.7.out
tests/test_report/test.8.out
tests/test_report/test.9.out
tests/test_report/test.csv
tests/test_report/testmodel.fig2.png
tests/test_report/.snakemake/metadata/ZmlnMS5zdmc=
tests/test_report/.snakemake/metadata/ZmlnMi5wbmc=
tests/test_report/.snakemake/metadata/dGVzdC40Lm91dA==
tests/test_report/.snakemake/metadata/dGVzdC41Lm91dA==
tests/test_report/.snakemake/metadata/dGVzdC42Lm91dA==
tests/test_report/.snakemake/metadata/dGVzdC43Lm91dA==
tests/test_report/.snakemake/metadata/dGVzdC44Lm91dA==
tests/test_report/.snakemake/metadata/dGVzdC45Lm91dA==
tests/test_report/.snakemake/metadata/dGVzdC4wLm91dA==
tests/test_report/.snakemake/metadata/dGVzdC4xLm91dA==
tests/test_report/.snakemake/metadata/dGVzdC4yLm91dA==
tests/test_report/.snakemake/metadata/dGVzdC4zLm91dA==
tests/test_report/.snakemake/metadata/dGVzdC5jc3Y=
tests/test_report/.snakemake/metadata/dGVzdGRpcg==
tests/test_report/data/fig1.svg
tests/test_report/data/fig2.png
tests/test_report/envs/test.yaml
tests/test_report/expected-results/report.html
tests/test_report/report/fig1.rst
tests/test_report/report/fig2.rst
tests/test_report/report/table.rst
tests/test_report/report/testdir.rst
tests/test_report/report/workflow.rst
tests/test_report/testdir/.snakemake_timestamp
tests/test_report/testdir/1.txt
tests/test_report/testdir/2.txt
tests/test_report/testdir/3.txt
tests/test_report_after_run/Snakefile
tests/test_report_after_run/custom-stylesheet.css
tests/test_report_after_run/lorem-ipsum.pdf
tests/test_report_after_run/data/fig1.svg
tests/test_report_after_run/data/fig2.png
tests/test_report_after_run/envs/test.yaml
tests/test_report_after_run/expected-results/report.html
tests/test_report_after_run/report/fig1.rst
tests/test_report_after_run/report/fig2.rst
tests/test_report_after_run/report/table.rst
tests/test_report_after_run/report/testdir.rst
tests/test_report_after_run/report/workflow.rst
tests/test_report_dir/Snakefile
tests/test_report_dir/caption.rst
tests/test_report_dir/template.html
tests/test_report_dir/expected-results/report.zip
tests/test_report_dir/test/.snakemake_timestamp
tests/test_report_dir/test/test.html
tests/test_report_dir/test/js/test.js
tests/test_report_display_code/Snakefile
tests/test_report_display_code/test.py
tests/test_report_display_code/expected-results/report.html
tests/test_report_href/Snakefile
tests/test_report_href/test.html
tests/test_report_href/test_script.py
tests/test_report_href/expected-results/test2.html
tests/test_report_href/subdir/subdir/test3.html
tests/test_report_zip/Snakefile
tests/test_report_zip/custom-stylesheet.css
tests/test_report_zip/fig1.svg
tests/test_report_zip/test.0.out
tests/test_report_zip/test.1.out
tests/test_report_zip/test.2.out
tests/test_report_zip/test.3.out
tests/test_report_zip/test.4.out
tests/test_report_zip/test.5.out
tests/test_report_zip/test.6.out
tests/test_report_zip/test.7.out
tests/test_report_zip/test.8.out
tests/test_report_zip/test.9.out
tests/test_report_zip/test.csv
tests/test_report_zip/testmodel.fig2.png
tests/test_report_zip/.snakemake/metadata/ZmlnMS5zdmc=
tests/test_report_zip/.snakemake/metadata/ZmlnMi5wbmc=
tests/test_report_zip/.snakemake/metadata/dGVzdC40Lm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC41Lm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC42Lm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC43Lm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC44Lm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC45Lm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC4wLm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC4xLm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC4yLm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC4zLm91dA==
tests/test_report_zip/.snakemake/metadata/dGVzdC5jc3Y=
tests/test_report_zip/.snakemake/metadata/dGVzdG1vZGVsLmZpZzIucG5n
tests/test_report_zip/.snakemake/metadata/dGVzdGRpcg==
tests/test_report_zip/data/fig1.svg
tests/test_report_zip/data/fig2.png
tests/test_report_zip/envs/test.yaml
tests/test_report_zip/expected-results/report.zip
tests/test_report_zip/report/fig1.rst
tests/test_report_zip/report/fig2.rst
tests/test_report_zip/report/table.rst
tests/test_report_zip/report/testdir.rst
tests/test_report_zip/report/workflow.rst
tests/test_report_zip/testdir/.snakemake_timestamp
tests/test_report_zip/testdir/1.txt
tests/test_report_zip/testdir/2.txt
tests/test_report_zip/testdir/3.txt
tests/test_resource_quoting/Snakefile
tests/test_resource_quoting/qsub
tests/test_resource_quoting/expected-results/test.txt
tests/test_resource_quoting/test-profile/config.yaml
tests/test_resource_quoting/test-profile/gurobi.log
tests/test_resource_quoting/test-profile-default/config.yaml
tests/test_resource_quoting/test-profile-default/gurobi.log
tests/test_resource_string_in_cli_or_profile/Snakefile
tests/test_resource_string_in_cli_or_profile/expected-results/a.out
tests/test_resource_string_in_cli_or_profile/profiles/config.yaml
tests/test_resource_tbdstring/Snakefile
tests/test_restartable_job_cmd_exit_1/Snakefile
tests/test_restartable_job_cmd_exit_1/qsub
tests/test_restartable_job_cmd_exit_1/qsub.py
tests/test_restartable_job_cmd_exit_1/expected-results/.done
tests/test_restartable_job_qsub_exit_1/Snakefile
tests/test_restartable_job_qsub_exit_1/qsub
tests/test_restartable_job_qsub_exit_1/qsub.log
tests/test_restartable_job_qsub_exit_1/qsub.py
tests/test_restartable_job_qsub_exit_1/expected-results/.done
tests/test_retries/Snakefile
tests/test_retries/expected-results/test.txt
tests/test_retries_not_overriden/Snakefile
tests/test_retries_not_overriden/expected-results/test.txt
tests/test_rule_defined_in_for_loop/Snakefile
tests/test_rule_defined_in_for_loop/iteration-01.txt
tests/test_rule_defined_in_for_loop/expected-results/iteration-01.txt
tests/test_rule_defined_in_for_loop/expected-results/iteration-02.txt
tests/test_rule_inheritance_globals/Snakefile
tests/test_rule_inheritance_globals/caption.rst
tests/test_rule_inheritance_globals/foo.txt
tests/test_rule_inheritance_globals/.snakemake/metadata/Zm9vLnR4dA==
tests/test_rule_inheritance_globals/expected-results/report.html
tests/test_ruledag/1.a
tests/test_ruledag/2.a
tests/test_ruledag/3.a
tests/test_ruledag/4.a
tests/test_ruledag/5.a
tests/test_ruledag/Snakefile
tests/test_ruledeps/Snakefile
tests/test_ruledeps/expected-results/test.out
tests/test_run_namedlist/Snakefile
tests/test_run_namedlist/expected-results/file.txt
tests/test_runtime_conversion_from_workflow_profile/expected-results/a.out
tests/test_runtime_conversion_from_workflow_profile/workflow/Snakefile
tests/test_runtime_conversion_from_workflow_profile/workflow/profiles/default/config.yaml
tests/test_same_wildcard/Snakefile
tests/test_same_wildcard/test_test.in
tests/test_same_wildcard/expected-results/test_test.out
tests/test_scatter_gather/Snakefile
tests/test_scatter_gather/expected-results/gathered/all.txt
tests/test_scatter_gather/expected-results/splitted/1-of-2.post.txt
tests/test_scatter_gather/expected-results/splitted/1-of-2.txt
tests/test_scatter_gather/expected-results/splitted/2-of-2.post.txt
tests/test_scatter_gather/expected-results/splitted/2-of-2.txt
tests/test_scatter_gather_multiple_processes/Snakefile
tests/test_scatter_gather_multiple_processes/expected-results/gathered/all_a.txt
tests/test_scatter_gather_multiple_processes/expected-results/gathered/all_b.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/1-of-4.post.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/1-of-4.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/2-of-4.post.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/2-of-4.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/3-of-4.post.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/3-of-4.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/4-of-4.post.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_a/4-of-4.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_b/1-of-2.post.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_b/1-of-2.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_b/2-of-2.post.txt
tests/test_scatter_gather_multiple_processes/expected-results/split_b/2-of-2.txt
tests/test_scheduler_sequential_all_cores/Snakefile
tests/test_scheduler_sequential_all_cores/expected-results/test.0.out
tests/test_scheduler_sequential_all_cores/expected-results/test.1.out
tests/test_script/Snakefile
tests/test_script/config.yaml
tests/test_script/test2.in
tests/test_script/envs/bash.yaml
tests/test_script/envs/julia.yaml
tests/test_script/envs/r.yaml
tests/test_script/expected-results/bash.out
tests/test_script/expected-results/julia.out
tests/test_script/expected-results/rel_source.out
tests/test_script/expected-results/test.html
tests/test_script/expected-results/test.in
tests/test_script/expected-results/test.out
tests/test_script/scripts/rel_source.R
tests/test_script/scripts/source_me.R
tests/test_script/scripts/test.R
tests/test_script/scripts/test.Rmd
tests/test_script/scripts/test.jl
tests/test_script/scripts/test.py
tests/test_script/scripts/test.sh
tests/test_script_pre_py39/Snakefile
tests/test_script_pre_py39/env.yaml
tests/test_script_pre_py39/script.py
tests/test_script_pre_py39/expected-results/test.out
tests/test_script_py/Snakefile
tests/test_script_py/config.yaml
tests/test_script_py/expected-results/explicit_import.py.out
tests/test_script_py/expected-results/test.out
tests/test_script_py/scripts/test.py
tests/test_script_py/scripts/test_explicit_import.py
tests/test_script_rs/Snakefile
tests/test_script_rs/config.yaml
tests/test_script_rs/test2.in
tests/test_script_rs/envs/rust.yaml
tests/test_script_rs/expected-results/rust-manifest.out
tests/test_script_rs/expected-results/rust-outer-line-doc.out
tests/test_script_rs/expected-results/rust.out
tests/test_script_rs/scripts/test-manifest.rs
tests/test_script_rs/scripts/test-outer-line-doc.rs
tests/test_script_rs/scripts/test.py
tests/test_script_rs/scripts/test.rs
tests/test_script_xsh/Snakefile
tests/test_script_xsh/envs/xonsh.yaml
tests/test_script_xsh/expected-results/test.out
tests/test_script_xsh/scripts/test.xsh
tests/test_service_jobs/Snakefile
tests/test_service_jobs/expected-results/test.txt
tests/test_service_jobs/expected-results/test2.txt
tests/test_set_resources/Snakefile
tests/test_set_resources/expected-results/test.txt
tests/test_set_resources_complex/Snakefile
tests/test_set_resources_complex/test.in
tests/test_set_resources_complex/expected-results/test.out
tests/test_set_resources_complex/test-profile/config.yaml
tests/test_set_threads/Snakefile
tests/test_set_threads/test.in
tests/test_set_threads/expected-results/test.out
tests/test_shadow/Snakefile
tests/test_shadow/test.in
tests/test_shadow/expected-results/simple_full.out
tests/test_shadow/expected-results/simple_minimal.out
tests/test_shadow/expected-results/simple_shallow.out
tests/test_shadow_copy/Snakefile
tests/test_shadow_copy/test.in
tests/test_shadow_copy/expected-results/simple_minimal.out
tests/test_shadow_prefix/Snakefile
tests/test_shadow_prefix/qsub
tests/test_shadow_prefix/test.in
tests/test_shadow_prefix/expected-results/shadow_prefix
tests/test_shadowed_log/Snakefile
tests/test_shadowed_log/expected-results/all.log
tests/test_shadowed_log/expected-results/all.out
tests/test_shell/Snakefile
tests/test_shell/test.in
tests/test_shell/expected-results/test.out
tests/test_shell_exec/Snakefile
tests/test_shell_exec/expected-results/test.out
tests/test_singularity/Snakefile
tests/test_singularity/qsub
tests/test_singularity/script.py
tests/test_singularity/expected-results/test.out
tests/test_singularity_conda/Snakefile
tests/test_singularity_conda/test-env.yaml
tests/test_singularity_conda/expected-results/test.out
tests/test_singularity_global/Snakefile
tests/test_singularity_global/expected-results/test.out
tests/test_singularity_module/Snakefile
tests/test_singularity_module/module.smk
tests/test_singularity_module/script.py
tests/test_singularity_module/expected-results/.gitkeep
tests/test_singularity_none/Snakefile
tests/test_singularity_none/expected-results/test.out
tests/test_slurm_mpi/Snakefile
tests/test_slurm_mpi/pi_MPI.c
tests/test_slurm_mpi/envs/mpicc.yaml
tests/test_slurm_mpi/expected-results/pi.calc
tests/test_solver/Snakefile
tests/test_solver/expected-results/test.out
tests/test_source_path/expected-results/test.out
tests/test_source_path/workflow/Snakefile
tests/test_source_path/workflow/resources/test.txt
tests/test_spaces_in_fnames/Snakefile
tests/test_spaces_in_fnames/qsub
tests/test_spaces_in_fnames/test bam file.bam
tests/test_spaces_in_fnames/expected-results/test bam file realigned.bam
tests/test_speed/Snakefile
tests/test_storage/Snakefile
tests/test_storage/expected-results/.gitkeep
tests/test_storage_cleanup_local/Snakefile
tests/test_storage_cleanup_local/qsub
tests/test_storage_cleanup_local/expected-results/fs-storage/test.out
tests/test_storage_localrule/Snakefile
tests/test_storage_localrule/qsub
tests/test_storage_localrule/expected-results/fs-storage/test.out
tests/test_storage_localrule/expected-results/fs-storage/test.txt
tests/test_storage_noretrieve_dryrun/Snakefile
tests/test_storage_noretrieve_dryrun/expected-results/.gitkeep
tests/test_storage_noretrieve_dryrun/fs/test.txt
tests/test_strict_mode/Snakefile
tests/test_strict_mode/expected-results/.gitignore
tests/test_string_resources/Snakefile
tests/test_string_resources/qsub.py
tests/test_string_resources/expected-results/test.txt
tests/test_string_resources/expected-results/test2.txt
tests/test_subpath/Snakefile
tests/test_subpath/expected-results/results/foo/bar/b.txt
tests/test_subworkflow_config/Snakefile
tests/test_subworkflow_config/environment.yml
tests/test_subworkflow_config/sub.snake
tests/test_subworkflow_config/expected-results/test.txt
tests/test_subworkflows/Snakefile
tests/test_subworkflows/subconfig.yaml
tests/test_subworkflows/expected-results/test.out
tests/test_symlink_temp/Snakefile
tests/test_symlink_temp/a
tests/test_symlink_temp/b
tests/test_symlink_temp/expected-results/.gitignore
tests/test_symlink_time_handling/Snakefile
tests/test_symlink_time_handling/expected-results/time_diff.txt
tests/test_temp/Snakefile
tests/test_temp/test.bam
tests/test_temp/expected-results/test.realigned.bam
tests/test_temp_and_all_input/Snakefile
tests/test_temp_and_all_input/expected-results/foo.txt
tests/test_temp_expand/Snakefile
tests/test_temp_expand/expected-results/test.txt
tests/test_template_engine/Snakefile
tests/test_template_engine/template.jinja2.txt
tests/test_template_engine/template.yte.yaml
tests/test_template_engine/expected-results/rendered.jinja2
tests/test_template_engine/expected-results/rendered.yte
tests/test_tes/Snakefile
tests/test_tes/test_input.txt
tests/test_tes/expected-results/.gitkeep
tests/test_threads/Snakefile
tests/test_threads/expected-results/test.out
tests/test_threads0/Snakefile
tests/test_threads0/expected-results/test.out
tests/test_tibanna/README.md
tests/test_tibanna/Snakefile
tests/test_tibanna/cleanup.py
tests/test_tibanna/config.json
tests/test_tibanna/env.yml
tests/test_tibanna/expected-results/.gitkeep
tests/test_tibanna/scripts/step2.py
tests/test_tmpdir/Snakefile
tests/test_tmpdir/expected-results/test.txt
tests/test_tmpdir/expected-results/test2.txt
tests/test_toposort/Snakefile
tests/test_touch/Snakefile
tests/test_touch/expected-results/test.out
tests/test_touch_pipeline_with_temp_dir/Snakefile
tests/test_touch_pipeline_with_temp_dir/out.txt
tests/test_touch_pipeline_with_temp_dir/expected-results/out.txt
tests/test_touch_remote_prefix/Snakefile.touch
tests/test_touch_remote_prefix/expected-results/fileJob1
tests/test_touch_remote_prefix/expected-results/fileJob2.txt
tests/test_touch_with_directories/Snakefile
tests/test_touch_with_directories/expected-results/out
tests/test_unpack_dict/Snakefile
tests/test_unpack_dict/prefix.in1.txt
tests/test_unpack_dict/prefix.in2.txt
tests/test_unpack_dict/expected-results/prefix.out1.txt
tests/test_unpack_dict/expected-results/prefix.out2.txt
tests/test_unpack_list/Snakefile
tests/test_unpack_list/prefix.in1.txt
tests/test_unpack_list/prefix.in2.txt
tests/test_unpack_list/expected-results/prefix.out1.txt
tests/test_unpack_list/expected-results/prefix.out2.txt
tests/test_until/Snakefile
tests/test_until/expected-results/levelone.txt
tests/test_until/expected-results/leveltwo_first.txt
tests/test_until/expected-results/leveltwo_second.txt
tests/test_update_config/Snakefile
tests/test_update_config/cp.rule
tests/test_update_config/echo.rule
tests/test_update_config/echo.yaml
tests/test_update_config/test.yaml
tests/test_update_config/expected-results/config.yaml
tests/test_update_flag/Snakefile
tests/test_update_flag/in.txt
tests/test_update_flag/test.txt
tests/test_update_flag/expected-results/out.txt
tests/test_update_flag/expected-results/test.txt
tests/test_url_include/Snakefile
tests/test_url_include/test.in
tests/test_url_include/expected-results/test.1.inter
tests/test_url_include/expected-results/test.1.inter2
tests/test_url_include/expected-results/test.2.inter
tests/test_url_include/expected-results/test.2.inter2
tests/test_url_include/expected-results/test.3.inter
tests/test_url_include/expected-results/test.3.inter2
tests/test_url_include/expected-results/test.predictions
tests/test_use_rule_same_module/Snakefile
tests/test_use_rule_same_module/expected-results/test.out
tests/test_use_rule_same_module/expected-results/test2.out
tests/test_validate/Snakefile
tests/test_validate/config.fail.yaml
tests/test_validate/config.schema.yaml
tests/test_validate/config.yaml
tests/test_validate/samples.schema.yaml
tests/test_validate/samples.tsv
tests/test_validate/expected-results/test.A.txt
tests/test_validate/expected-results/test.B.txt
tests/test_validate/module-test/Snakefile
tests/test_validate/module-test/config.schema.yaml
tests/test_wildcard_count_ambiguity/Snakefile
tests/test_wildcard_count_ambiguity/expected-results/test.out
tests/test_wildcard_keyword/Snakefile
tests/test_wildcard_keyword/expected-results/ambig.u.ous.txt
tests/test_wildcard_keyword/expected-results/globalbar.log
tests/test_wildcard_keyword/expected-results/globalbar.txt
tests/test_wildcard_keyword/expected-results/localbar.log
tests/test_wildcard_keyword/expected-results/localbar.txt
tests/test_wildcard_keyword/expected-results/stringbar.log
tests/test_wildcard_keyword/expected-results/stringbar.txt
tests/test_workflow_profile/dummy-general-profile/config.yaml
tests/test_workflow_profile/expected-results/test.out
tests/test_workflow_profile/workflow/Snakefile
tests/test_workflow_profile/workflow/profiles/default/config.yaml
tests/test_wrapper/Snakefile
tests/test_wrapper/test.vcf
tests/test_wrapper/expected-results/test.vcf.gz
tests/test_xrootd/Snakefile
tests/test_yaml_config/Snakefile
tests/test_yaml_config/test.yaml
tests/test_yaml_config/expected-results/test.out