You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(use sbatch to submit toil-cwl-runner job to submit further jobs)
57
+
!!! Note
58
+
Singularity containers can't be run in the **login node** or in an **interactive session** due to network constraints.
59
+
60
+
When you have defined a workflow with `CWL`, you can send it to the cluster using `sbatch`, and then `toil` will start new jobs for each item in the workflow description.
61
+
62
+
### Preliminary Steps
63
+
Create working directories for `toil`.
64
+
```
65
+
mkdir /projappl/project_nnnnnnn/<job store name>
66
+
mkdir /projappl/project_nnnnnnn/<work dir name>
67
+
mkdir /projappl/project_nnnnnnn/<tmp name>
68
+
```
69
+
70
+
### Creating the sbatch file
71
+
The `sbatch` file `workflow.sh` will reference the `CWL` file `workflow.cwl` where you have described your workflow steps.
0 commit comments