Skip to content

Commit

Permalink
Update README.md with correct list of modules and clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
verku authored Nov 4, 2024
1 parent dc9973b commit f31f722
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/slurm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
1) Load the following modules:

```
module load PDC UPPMAX bioinfo-tools conda singularity tmux
module load PDC bioinfo-tools conda singularity tmux
```

> Note that tmux is only available as a module on Dardel
but the equivalent tool screen is pre-installed and does
> Note that `tmux` is only available as a module on Dardel
but the equivalent tool `screen` is pre-installed and does
not need to be loaded.

2) After cloning the repository, change permissions for the
Expand All @@ -31,7 +31,9 @@ for each rule or group jobs to be run on Dardel. Any rule or
group job that is not listed under `set-threads` or `set-resources`
uses default resources specified under `default-resources`. If
any rule or group job fails due to too little memory or run
time, their compute resources can be updated in this file.
time, their compute resources can be updated in this file. Please
add your slurm compute project ID in line 13 of `slurm/config.yaml`
(`slurm_account`).

> Note that memory requirements are specified three times in
the configuration file: 1) under `set-threads` (used by Snakemake
Expand Down

0 comments on commit f31f722

Please sign in to comment.