We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e9f42 commit cf752f8Copy full SHA for cf752f8
docs/computing/running/toil-cwl-runner.md
@@ -75,6 +75,9 @@ mkdir /projappl/project_nnnnnnn/<tmp name>
75
### Creating the sbatch file
76
The `sbatch` file `workflow.sh` will reference the `CWL` file `workflow.cwl` where you have described your workflow steps.
77
78
+!!! Note
79
+ See [batch documentation](./creating-job-scripts-puhti.md) on how to fill out the `#SBATCH` values.
80
+
81
`workflow.sh`
82
```bash
83
#!/bin/sh
0 commit comments