1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

update singularity version

singularity/3.1.0 is not available anymore
This commit is contained in:
phue 2019-10-10 21:22:19 +02:00
parent efa402010a
commit 9b3fda36f6
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ params {
process {
executor = 'slurm'
module = 'singularity/3.1.0'
module = 'singularity/3.2.1'
queue = 'c'
}

View file

@ -10,7 +10,7 @@ Before running the pipeline you will need to load Nextflow and Singularity using
## Load Nextflow and Singularity environment modules
module purge
module load nextflow/19.04.0
module load singularity/3.1.0
module load singularity/3.2.1
```
>NB: You will need an account to use the HPC cluster on CBE in order to run the pipeline. If in doubt contact IT.