Skip to content

Commit

Permalink
Merge pull request #562 from cruk-mi/crukmi-change
Browse files Browse the repository at this point in the history
Some changes regarding definition of software versions
  • Loading branch information
SPPearce authored Oct 3, 2023
2 parents af37a64 + 4491908 commit b19f3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/crukmi.config
Original file line number Diff line number Diff line change
Expand Up @@ -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' }

Expand Down
4 changes: 2 additions & 2 deletions docs/crukmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b19f3c2

Please sign in to comment.