Skip to content

Commit fb99281

Browse files
mr-cjoonas-somero
andcommitted
Update docs/computing/running/toil-cwl-runner.md
Co-authored-by: Joonas Somero <[email protected]>
1 parent c2daeec commit fb99281

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/computing/running/toil-cwl-runner.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc
3333

3434
Install `toil` with `CWL` plugin.
3535
```
36+
module load python-data
37+
3638
cd /projappl/<project_nnnnnnn>
37-
python3 -m venv venv
39+
python -m venv venv
3840
source venv/bin/activate
3941
4042
pip install -U setuptools wheel

0 commit comments

Comments
 (0)