mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
23 lines
503 B
Text
23 lines
503 B
Text
//Profile config names for nf-core/configs
|
|
params {
|
|
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'
|
|
}
|
|
|
|
singularity {
|
|
enabled = true
|
|
cacheDir = "/projects1/users/$USER/nextflow/nf_cache/singularity/"
|
|
}
|
|
|
|
process {
|
|
executor = 'slurm'
|
|
queue = 'short'
|
|
}
|
|
|
|
params {
|
|
max_memory = 734.GB
|
|
max_cpus = 64
|
|
max_time = 2.h
|
|
}
|