README.md
setup.cfg
setup.py
tests/__init__.py
tests/suite.py
tests/test_base.py
tests/test_content_maps.py
tests/test_script_metadata.py
tests/test_tool_metadata.py
tests/test_validate.py
tests/test_validate_all.py
tests/test_validate_all_metadata_in_maps.py
tests/test_validate_tool_inputs.py
tests/test_workflow_metadata.py
xd_cwl_utils/__init__.py
xd_cwl_utils/add_content.py
xd_cwl_utils/config.py
xd_cwl_utils/content_maps.py
xd_cwl_utils/validate.py
xd_cwl_utils/validate_inputs.py
xd_cwl_utils/validate_metadata.py
xd_cwl_utils.egg-info/PKG-INFO
xd_cwl_utils.egg-info/SOURCES.txt
xd_cwl_utils.egg-info/dependency_links.txt
xd_cwl_utils.egg-info/entry_points.txt
xd_cwl_utils.egg-info/requires.txt
xd_cwl_utils.egg-info/top_level.txt
xd_cwl_utils/add/__init__.py
xd_cwl_utils/add/add_scripts.py
xd_cwl_utils/add/add_tools.py
xd_cwl_utils/add/add_workflows.py
xd_cwl_utils/classes/__init__.py
xd_cwl_utils/classes/cwl/__init__.py
xd_cwl_utils/classes/cwl/command_line_tool.py
xd_cwl_utils/classes/cwl/command_line_tool_mixins.py
xd_cwl_utils/classes/metadata/__init__.py
xd_cwl_utils/classes/metadata/common_functions.py
xd_cwl_utils/classes/metadata/metadata_base.py
xd_cwl_utils/classes/metadata/script_metadata.py
xd_cwl_utils/classes/metadata/shared_properties.py
xd_cwl_utils/classes/metadata/tool_metadata.py
xd_cwl_utils/classes/metadata/workflow_metadata.py
xd_cwl_utils/classes/schema_salad/__init__.py
xd_cwl_utils/classes/schema_salad/schema_salad.py
xd_cwl_utils/helpers/__init__.py
xd_cwl_utils/helpers/dict_tools.py
xd_cwl_utils/helpers/file_management.py
xd_cwl_utils/helpers/get_metadata_from_biotools.py
xd_cwl_utils/helpers/get_paths.py
xd_cwl_utils/helpers/string_tools.py
xd_cwl_utils/helpers/validate_cwl.py