1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Merge pull request #5 from apeltzer/add_more_configs

Add Phoenix configs
This commit is contained in:
Harshil Patel 2018-11-26 23:41:56 +00:00 committed by GitHub
commit daa41d2dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

23
conf/phoenix.config Normal file
View 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
}

View file

@ -17,6 +17,7 @@ profiles {
crick { includeConfig "${config_base}/crick.config" }
gis { includeConfig "${config_base}/gis.config" }
hebbe { includeConfig "${config_base}/hebbe.config" }
phoenix { includeConfig "${config_base}/pheonix.config" }
uct_hex { includeConfig "${config_base}/uct_hex.config" }
uppmax_devel { includeConfig "${config_base}/uppmax.config"
includeConfig "${config_base}/uppmax-devel.config"