MANIFEST.in
README.md
README.rst
setup.py
cwlab/__init__.py
cwlab/__main__.py
cwlab/api.py
cwlab/config.py
cwlab/cwl2xls_template.py
cwlab/default_config.yaml
cwlab/log.py
cwlab/utils.py
cwlab.egg-info/PKG-INFO
cwlab.egg-info/SOURCES.txt
cwlab.egg-info/dependency_links.txt
cwlab.egg-info/entry_points.txt
cwlab.egg-info/requires.txt
cwlab.egg-info/top_level.txt
cwlab/exec/__init__.py
cwlab/exec/cwlab_bg_exec.py
cwlab/exec/db.py
cwlab/exec/exec.py
cwlab/users/__init__.py
cwlab/users/db.py
cwlab/users/manage.py
cwlab/web_app/__init__.py
cwlab/web_app/browse.py
cwlab/web_app/create_job.py
cwlab/web_app/import_wf.py
cwlab/web_app/job_exec.py
cwlab/web_app/main.py
cwlab/web_app/users.py
cwlab/web_app/static/create_job.js
cwlab/web_app/static/custom.css
cwlab/web_app/static/import_wf.js
cwlab/web_app/static/job_exec.js
cwlab/web_app/static/main.js
cwlab/web_app/static/users.js
cwlab/web_app/static/utils.js
cwlab/web_app/templates/main.html
cwlab/wf_input/__init__.py
cwlab/wf_input/fill_in_defaults.py
cwlab/wf_input/make_runs.py
cwlab/wf_input/manipulate.py
cwlab/wf_input/match_types.py
cwlab/wf_input/read_cwl.py
cwlab/wf_input/read_field.py
cwlab/wf_input/read_janis.py
cwlab/wf_input/read_wdl.py
cwlab/wf_input/read_wf.py
cwlab/wf_input/read_xls.py
cwlab/wf_input/split_by_run.py
cwlab/wf_input/test_commands.py
cwlab/wf_input/validate.py
cwlab/wf_input/web_interface.py
cwlab/wf_input/write_xls.py