Skip to content

toil tips

Leah edited this page Aug 28, 2024 · 2 revisions

installing toil-cwl-runner with pip

To ensure your cwl and toil installations are compatible, do:

python3.X -m pip install toil[cwl]

instead of python3.X -m pip install toil-cwl-runner

Clone this wiki locally