LICENSE
MANIFEST.in
README.md
setup.py
tests/__init__.py
tests/route_utils.py
tests/route_wrappers.py
tests/test_routes_empty.py
tests/test_routes_user_scenario.py
tests/fixtures/__init__.py
tests/fixtures/flask_client.py
workflux/__init__.py
workflux/__main__.py
workflux/api.py
workflux/config.py
workflux/default_config.yaml
workflux/log.py
workflux/trs_import.py
workflux/utils.py
workflux.egg-info/PKG-INFO
workflux.egg-info/SOURCES.txt
workflux.egg-info/dependency_links.txt
workflux.egg-info/entry_points.txt
workflux.egg-info/requires.txt
workflux.egg-info/top_level.txt
workflux/database/__init__.py
workflux/database/connector.py
workflux/database/sqlalchemy/__init__.py
workflux/database/sqlalchemy/job_manager.py
workflux/database/sqlalchemy/models.py
workflux/database/sqlalchemy/user_manager.py
workflux/exec/__init__.py
workflux/exec/default_exec_profiles.py
workflux/exec/exec.py
workflux/exec/session.py
workflux/exec/workflux_bg_exec.py
workflux/users/__init__.py
workflux/users/manage.py
workflux/web_app/__init__.py
workflux/web_app/browse.py
workflux/web_app/create_job.py
workflux/web_app/import_wf.py
workflux/web_app/job_exec.py
workflux/web_app/main.py
workflux/web_app/users.py
workflux/web_app/static/callback.js
workflux/web_app/static/create_job.js
workflux/web_app/static/custom.css
workflux/web_app/static/import_wf.js
workflux/web_app/static/job_exec.js
workflux/web_app/static/main.js
workflux/web_app/static/oidc-client.min.js
workflux/web_app/static/users.js
workflux/web_app/static/utils.js
workflux/web_app/templates/callback.html
workflux/web_app/templates/main.html
workflux/wf_input/__init__.py
workflux/wf_input/fill_in_defaults.py
workflux/wf_input/make_runs.py
workflux/wf_input/manipulate.py
workflux/wf_input/match_types.py
workflux/wf_input/read_cwl.py
workflux/wf_input/read_field.py
workflux/wf_input/read_janis.py
workflux/wf_input/read_wdl.py
workflux/wf_input/read_wf.py
workflux/wf_input/read_xls.py
workflux/wf_input/split_by_run.py
workflux/wf_input/validate.py
workflux/wf_input/web_interface.py
workflux/wf_input/write_xls.py