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
Copy file name to clipboardExpand all lines: content/04-container-parallelcluster/04-launch-nextflow.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ They can be made available inside the running container by binding the external
67
67
In the case of running Nextflow for this lab, the `/shared/nextflow-tutorial` directory contains the workflow description in `scripts7.nf` that will be executed by Nextflow.
68
68
One the job will complete, results will be stored in the `--outdir=/mnt` of the container that is the `/shared/nextflow-tutorial` directory of the cluster where the results will be stored.
69
69
70
+
Let's create a slurm batch script with the following command:
0 commit comments