.gitignore
CHANGELOG.rst
LICENSE
README.md
requirements.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
.github/workflows/tests.yaml
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/images/job-dispatch-process.svg
docs/images/tpv-logo-wide.png
docs/images/tpv-logo.png
docs/samples/job_conf.yml
docs/topics/concepts.rst
docs/topics/configure_galaxy.rst
docs/topics/shell_commands.rst
docs/topics/tpv_by_example.rst
tests/__init__.py
tests/mock_galaxy.py
tests/test_mapper_basic.py
tests/test_mapper_context.py
tests/test_mapper_destinations.py
tests/test_mapper_inheritance.py
tests/test_mapper_merge_multiple.py
tests/test_mapper_params_specific.py
tests/test_mapper_rank.py
tests/test_mapper_resubmit.py
tests/test_mapper_role.py
tests/test_mapper_rules.py
tests/test_mapper_sample.py
tests/test_mapper_user.py
tests/test_scenarios.py
tests/test_shell.py
tests/fixtures/job_conf.yml
tests/fixtures/job_conf_resubmit.yml
tests/fixtures/job_conf_scenario_usegalaxy_au.yml
tests/fixtures/mapping-basic.yml
tests/fixtures/mapping-context.yml
tests/fixtures/mapping-destinations.yml
tests/fixtures/mapping-inheritance-invalid.yml
tests/fixtures/mapping-inheritance-no-default.yml
tests/fixtures/mapping-inheritance.yml
tests/fixtures/mapping-merge-multiple-local.yml
tests/fixtures/mapping-merge-multiple-remote.yml
tests/fixtures/mapping-params-specific.yml
tests/fixtures/mapping-rank.yml
tests/fixtures/mapping-resubmit.yml
tests/fixtures/mapping-role.yml
tests/fixtures/mapping-rule-argument-based.yml
tests/fixtures/mapping-rule-execute.yml
tests/fixtures/mapping-rule-tool-limits.yml
tests/fixtures/mapping-rules-changed-extra.yml
tests/fixtures/mapping-rules-changed.yml
tests/fixtures/mapping-rules-extra.yml
tests/fixtures/mapping-rules.yml
tests/fixtures/mapping-sample.yml
tests/fixtures/mapping-syntax-error.yml
tests/fixtures/mapping-user.yml
tests/fixtures/response-admin-group-user.yml
tests/fixtures/response-job-too-small-for-highmem.yml
tests/fixtures/response-node-offline-high-cpu.yml
tests/fixtures/response-non-pulsar-enabled-job.yml
tests/fixtures/response-trinity-job-with-rules.yml
tests/fixtures/scenario-admin-group-user.yml
tests/fixtures/scenario-jenkins-bot-user.yml
tests/fixtures/scenario-job-too-small-for-highmem.yml
tests/fixtures/scenario-node-offline-high-cpu.yml
tests/fixtures/scenario-node-offline.yml
tests/fixtures/scenario-node-online.yml
tests/fixtures/scenario-non-pulsar-enabled-job.yml
tests/fixtures/scenario-too-many-highmem-jobs.yml
tests/fixtures/scenario-trinity-job-too-much-data.yml
tests/fixtures/scenario-trinity-job-with-rules.yml
tests/fixtures/scenario-usegalaxy-dev.yml
tests/fixtures/scenario-usegalaxy-eu-training.yml
tests/fixtures/formatter/formatter-basic.yml
tests/fixtures/formatter/formatter-long-key-formatted.yml
tests/fixtures/formatter/formatter-long-key-input.yml
tests/fixtures/formatter/formatter-string-types-formatted.yml
tests/fixtures/formatter/formatter-string-types-input.yml
tests/fixtures/formatter/formatter-tool-sort-order-formatted.yml
tests/fixtures/formatter/formatter-tool-sort-order-input.yml
tests/fixtures/resubmit/data_manager_conf.xml.sample
tests/fixtures/resubmit/exit_code_oom_no_resubmit.xml
tests/fixtures/resubmit/exit_code_oom_with_resubmit.xml
tests/fixtures/resubmit/tool_conf_resubmit.xml
tests/fixtures/resubmit/tool_data_table_conf.xml.sample
tests/fixtures/resubmit/tool_data_tables.xml.sample
total_perspective_vortex.egg-info/PKG-INFO
total_perspective_vortex.egg-info/SOURCES.txt
total_perspective_vortex.egg-info/dependency_links.txt
total_perspective_vortex.egg-info/entry_points.txt
total_perspective_vortex.egg-info/requires.txt
total_perspective_vortex.egg-info/top_level.txt
tpv/__init__.py
tpv/core/__init__.py
tpv/core/entities.py
tpv/core/formatter.py
tpv/core/helpers.py
tpv/core/loader.py
tpv/core/mapper.py
tpv/core/shell.py
tpv/core/util.py
tpv/rules/__init__.py
tpv/rules/gateway.py