mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Add Phoenix configs
This commit is contained in:
parent
773b1a269d
commit
42ed4b9da4
1 changed files with 23 additions and 0 deletions
23
conf/phoenix.config
Normal file
23
conf/phoenix.config
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
* ----------------------------------------------------------------------------
|
||||||
|
* Nextflow config file for use with Singularity on Phoenix Cluster Adelaide
|
||||||
|
* ----------------------------------------------------------------------------
|
||||||
|
* Defines basic usage limits and singularity image id.
|
||||||
|
*/
|
||||||
|
|
||||||
|
singularity {
|
||||||
|
enabled = true
|
||||||
|
envWhitelist='SINGULARITY_BINDPATH'
|
||||||
|
autoMounts = true
|
||||||
|
}
|
||||||
|
|
||||||
|
process {
|
||||||
|
beforeScript = 'module load Singularity/2.5.2-GCC-5.4.0-2.26'
|
||||||
|
executor = 'slurm'
|
||||||
|
}
|
||||||
|
|
||||||
|
params {
|
||||||
|
max_memory = 128.GB
|
||||||
|
max_cpus = 32
|
||||||
|
max_time = 48.h
|
||||||
|
}
|
Loading…
Reference in a new issue