1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/shh.config

35 lines
921 B
Text
Raw Normal View History

2019-01-03 15:01:06 +00:00
/*
* -------------------------------------------------------------
2019-01-04 09:19:39 +00:00
* Name: SHH
* Description: Configuration profile for MPI SHH Jena clusters.
2019-01-04 09:21:16 +00:00
* Contact person: James Fellows Yates (@jfy133)
2019-01-04 09:19:39 +00:00
* URL: https://shh.mpg.de
2019-01-03 15:01:06 +00:00
* -------------------------------------------------------------
*/
singularity {
enabled = true
cacheDir = "/projects1/users/$USER/nextflow/nf_cache/singularity/"
}
/*
* To be improved by process specific resource requests
* By default, take the medium queue, smaller processes might just go to short (e.g. multiqc or similar things)
*/
process {
executor = 'slurm'
queue = 'medium'
}
params {
max_memory = 734.GB
max_cpus = 64
max_time = 48.h
2019-01-04 13:42:09 +00:00
config_profile_name = 'SHH'
config_profile_description = 'MPI SHH Cluster Profile provided by nf-core/configs.'
config_profile_contact = 'James Fellows Yates (@jfy133)'
config_profile_url = 'https://shh.mpg.de'
2019-01-03 15:01:06 +00:00
}