toil.cwl

Submodules

Package Contents

Functions

check_cwltool_version()

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

Attributes

cwltool_version

exception toil.cwl.InvalidVersion[source]

Bases: Exception

Common base class for all non-exit exceptions.

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

Check if the installed cwltool version matches Toil’s expected version.

A warning is printed to standard error if the versions differ. We do not assume that logging is set up already. Safe to call repeatedly; only one warning will be printed.

Return type:

None