blue_cwl.core

Core module.

blue_cwl.core.parse_cwl_file(cwl_file: str | PathLike[str])

Parse a cwl file and return a CommandLinetTool or Workflow object.

Returns:

The cwl object corresponding to the file.