Skip to content

Commit

Permalink
Added reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Nov 23, 2024
1 parent 1a6e5fd commit ed649c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion topics/rnaseq/lab_rnaseq.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,12 @@ For the RNA-Seq part of the course, we will work on the HPC. The code below is v

Book compute resources for RNA-Seq lab.

::: {.callout-tip}
The `--reservation` is only used during the workshop and not needed when working on your projects. Use `{{< meta id_slurm_res_thu >}}` for Thursday and `{{< meta id_slurm_res_fri >}}` for Friday.
:::

```sh
salloc -A {{< meta id_project >}} -t 03:00:00 -p shared -c 4 --no-shell
salloc -A {{< meta id_project >}} --reservation={{< meta id_slurm_res_thu >}} -t 03:00:00 -p shared -c 4 --no-shell
```

Check allocation. {{< fa exclamation-circle >}} Remember to replace **username**.
Expand Down

0 comments on commit ed649c4

Please sign in to comment.