mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #72 from phue/cbe-singularity
cbe: update singularity version
This commit is contained in:
commit
b9e4ba71d0
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ params {
|
||||||
|
|
||||||
process {
|
process {
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
module = 'singularity/3.1.0'
|
module = 'singularity/3.2.1'
|
||||||
queue = 'c'
|
queue = 'c'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Before running the pipeline you will need to load Nextflow and Singularity using
|
||||||
## Load Nextflow and Singularity environment modules
|
## Load Nextflow and Singularity environment modules
|
||||||
module purge
|
module purge
|
||||||
module load nextflow/19.04.0
|
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.
|
>NB: You will need an account to use the HPC cluster on CBE in order to run the pipeline. If in doubt contact IT.
|
||||||
|
|
Loading…
Reference in a new issue