-
Notifications
You must be signed in to change notification settings - Fork 0
toil tips
Jurjen de Jong edited this page Aug 30, 2024
·
2 revisions
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
-
--tmpdir-prefix
overwrites the /tmp path. So, if you want to use the scratch space on your node or store intermediate products on scratch, you should not set this parameter in your toil command.
- Home
- Before you begin
- Help! I'm a beginner
- Get me started quickly
- LBWG Documentation