toil.cwl
¶
Submodules¶
Package Contents¶
Functions¶
Check if the installed cwltool version matches Toil's expected version. |
Attributes¶
- exception toil.cwl.InvalidVersion[source]¶
Bases:
Exception
Common base class for all non-exit exceptions.
- toil.cwl.cwltool_version = '3.1.20230906142556'¶
- 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