toil.cwl¶
Submodules¶
Functions¶
Check if the installed cwltool version matches Toil's expected version. |
Package Contents¶
- 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