2019-01-04 13:55:22 +00:00
|
|
|
//Profile config names for nf-core/configs
|
|
|
|
params {
|
|
|
|
config_profile_name = 'SHH'
|
2019-01-07 13:25:06 +00:00
|
|
|
config_profile_description = 'MPI SHH cluster profile provided by nf-core/configs.'
|
2019-01-04 13:55:22 +00:00
|
|
|
config_profile_contact = 'James Fellows Yates (@jfy133)'
|
|
|
|
config_profile_url = 'https://shh.mpg.de'
|
|
|
|
}
|
2019-01-03 15:01:06 +00:00
|
|
|
|
|
|
|
singularity {
|
|
|
|
enabled = true
|
|
|
|
cacheDir = "/projects1/users/$USER/nextflow/nf_cache/singularity/"
|
|
|
|
}
|
|
|
|
|
|
|
|
process {
|
|
|
|
executor = 'slurm'
|
2019-01-21 19:31:37 +00:00
|
|
|
queue = 'short'
|
2019-01-03 15:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
params {
|
|
|
|
max_memory = 734.GB
|
|
|
|
max_cpus = 64
|
2019-01-21 19:31:37 +00:00
|
|
|
max_time = 2.h
|
2019-01-03 15:01:06 +00:00
|
|
|
}
|