toil.cwl

Submodules

Package Contents

Functions

check_cwltool_version()

Check if the installed cwltool version matches Toil's expected version. A

Attributes

cwltool_version

logger

exception toil.cwl.InvalidVersion[source]

Bases: Exception

Common base class for all non-exit exceptions.

toil.cwl.cwltool_version = '3.1.20230601100705'
toil.cwl.logger
toil.cwl.check_cwltool_version()[source]

Check if the installed cwltool version matches Toil’s expected version. A warning is printed if the versions differ.

Return type

None