2019-01-04 13:55:22 +00:00
|
|
|
//Profile config names for nf-core/configs
|
|
|
|
params {
|
|
|
|
config_profile_name = 'CFC'
|
2019-01-07 13:25:06 +00:00
|
|
|
config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.'
|
2019-01-04 13:55:22 +00:00
|
|
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
|
|
|
config_profile_url = 'http://qbic.uni-tuebingen.de/'
|
|
|
|
}
|
2018-11-23 15:56:34 +00:00
|
|
|
|
|
|
|
singularity {
|
2018-11-26 16:32:06 +00:00
|
|
|
enabled = true
|
2018-11-23 15:56:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
process {
|
2018-11-26 16:32:06 +00:00
|
|
|
beforeScript = 'module load qbic/singularity_slurm/3.0.1'
|
|
|
|
executor = 'slurm'
|
2018-11-23 15:56:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
params {
|
2018-11-26 16:32:06 +00:00
|
|
|
igenomesIgnore = true
|
2019-02-19 16:03:53 +00:00
|
|
|
max_memory = 64.GB
|
|
|
|
max_cpus = 20
|
2018-11-23 15:56:34 +00:00
|
|
|
max_time = 140.h
|
|
|
|
}
|