Skip to content

Commit b19f3c2

Browse files
authored
Merge pull request #562 from cruk-mi/crukmi-change
Some changes regarding definition of software versions
2 parents af37a64 + 4491908 commit b19f3c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conf/crukmi.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ singularity {
1212
}
1313

1414
process {
15-
beforeScript = 'module load apps/apptainer/1.2.0'
15+
beforeScript = 'module load apps/apptainer'
1616
executor = 'slurm'
1717
queue = { task.memory <= 240.GB ? 'compute' : 'hmem' }
1818

docs/crukmi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
All nf-core pipelines have been successfully configured for the use on the HPC (griffin) at Cancer Research UK Manchester Institute.
44

5-
To use, run the pipeline with `-profile crukmi`. This will download and launch the [`crukmi.config`](../conf/crukmi.config) which has been pre-configured with a setup suitable for the griffin HPC. Using this profile, singularity images will be downloaded to run on the cluster and stored in a centralised location.
5+
To use, run the pipeline with `-profile crukmi`. This will download and launch the [`crukmi.config`](../conf/crukmi.config) which has been pre-configured with a setup suitable for the Griffin HPC. Using this profile, Apptainer/Singularity images will be downloaded to run on the cluster and stored in a centralised location.
66

77
Before running the pipeline you will need to load Nextflow using the environment module system, for example via:
88

99
```bash
1010
## Load Nextflow environment modules
1111
module purge
12-
module load apps/nextflow/22.04.5
12+
module load apps/nextflow
1313
```
1414

1515
The pipeline should always be executed inside a workspace on the `/scratch/` system. All of the intermediate files required to run the pipeline will be stored in the `work/` directory. It is recommended to delete this directory after the pipeline has finished successfully because it can get quite large.

0 commit comments

Comments
 (0)