Skip to content

Commit

Permalink
Update docs/computing/running/toil-cwl-runner.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joonas Somero <[email protected]>
  • Loading branch information
mr-c and joonas-somero committed Jul 14, 2023
1 parent c2daeec commit fb99281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/computing/running/toil-cwl-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc

Install `toil` with `CWL` plugin.
```
module load python-data
cd /projappl/<project_nnnnnnn>
python3 -m venv venv
python -m venv venv
source venv/bin/activate
pip install -U setuptools wheel
Expand Down

0 comments on commit fb99281

Please sign in to comment.