From 4491908f75aa71514531e1ae3c666abf85dba564 Mon Sep 17 00:00:00 2001 From: cruk-mi <93599115+cruk-mi@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:12:16 +0000 Subject: [PATCH] Some changes regarding definition of software versions --- conf/crukmi.config | 2 +- docs/crukmi.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/crukmi.config b/conf/crukmi.config index 7f5c2b74b..e20003457 100644 --- a/conf/crukmi.config +++ b/conf/crukmi.config @@ -12,7 +12,7 @@ singularity { } process { - beforeScript = 'module load apps/apptainer/1.2.0' + beforeScript = 'module load apps/apptainer' executor = 'slurm' queue = { task.memory <= 240.GB ? 'compute' : 'hmem' } diff --git a/docs/crukmi.md b/docs/crukmi.md index 769295af2..b2226b872 100644 --- a/docs/crukmi.md +++ b/docs/crukmi.md @@ -2,14 +2,14 @@ All nf-core pipelines have been successfully configured for the use on the HPC (griffin) at Cancer Research UK Manchester Institute. -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. +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. Before running the pipeline you will need to load Nextflow using the environment module system, for example via: ```bash ## Load Nextflow environment modules module purge -module load apps/nextflow/22.04.5 +module load apps/nextflow ``` 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.