mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
add alternative module load
This commit is contained in:
parent
49e756d1bc
commit
7ac08a1015
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,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 openjdk/11.0.0 nextflow/22.04.3 singularity/3.8.0
|
module load openjdk/11.0.0 nextflow/22.04.3 singularity/3.8.0
|
||||||
|
# alternative module load jdk/1.8.0_291 nextflow/22.04.3 singularity/3.8.0
|
||||||
export NXF_OPTS='-Xms1g -Xmx4g'
|
export NXF_OPTS='-Xms1g -Xmx4g'
|
||||||
export NXF_HOME=/projects/dan1/people/${USER}/cache/nxf-home
|
export NXF_HOME=/projects/dan1/people/${USER}/cache/nxf-home
|
||||||
export NXF_TEMP=/scratch/tmp
|
export NXF_TEMP=/scratch/tmp
|
||||||
|
|
Loading…
Reference in a new issue