Skip to content

Commit a5b169a

Browse files
committed
Monitoring a running toil-cwl-runner
1 parent 914dc11 commit a5b169a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc
2121

2222
## Strengths of `toil-cwl-runner`
2323
- Supports sending jobs to Slurm, translating CWL resource requirements to Slurm resources specifications.
24+
- Even when using Slurm, (sub-)tasks do not have to have identical resource requirements.
2425
- Can also run on other batch systems: Grid Engine, Torque, LSF, HTCondor.
25-
- Launches and monitors Slurm jobs for you. Also constructs the apptainer commands.
26-
27-
## Disadvantages for using CWL
26+
- Launches and monitors Slurm jobs for you. Also constructs the `apptainer` commands (or some other software container engine as appropriate: `docker`, `podman`, `singularity`, `udocker`).
27+
- No database needs to be setup.
2828

2929
## Disadvantages for using `toil-cwl-runner`
3030
- Just a workflow runner. Won't manage your data, or keep track of previous workflow runs.
@@ -114,3 +114,6 @@ sbatch workflow.sh
114114
```
115115

116116
## Monitoring a running workflow
117+
118+
Check the output logs from the main Toil job or
119+
run `toil status $WORKDIR/<job store name>`.

0 commit comments

Comments
 (0)