Skip to content

Commit 61ebeaf

Browse files
teemukatajamr-c
authored andcommitted
add note about SBATCH headers
1 parent a9c1711 commit 61ebeaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ mkdir /projappl/project_nnnnnnn/<tmp name>
7575
### Creating the sbatch file
7676
The `sbatch` file `workflow.sh` will reference the `CWL` file `workflow.cwl` where you have described your workflow steps.
7777

78+
!!! Note
79+
See [batch documentation](./creating-job-scripts-puhti.md) on how to fill out the `#SBATCH` values.
80+
7881
`workflow.sh`
7982
```bash
8083
#!/bin/sh

0 commit comments

Comments
 (0)