toil.cwl

Submodules

Package Contents

Functions

check_cwltool_version()

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

Attributes

cwltool_version

toil.cwl.cwltool_version = '3.1.20240404144621'
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