2019-01-04 08:55:22 -05:00
|
|
|
//Profile config names for nf-core/configs
|
|
|
|
params {
|
|
|
|
config_profile_name = 'CFC'
|
2019-01-07 08:25:06 -05:00
|
|
|
config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.'
|
2019-01-04 08:55:22 -05:00
|
|
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
|
|
|
config_profile_url = 'http://qbic.uni-tuebingen.de/'
|
|
|
|
}
|
2018-11-23 10:56:34 -05:00
|
|
|
|
|
|
|
singularity {
|
2018-11-26 11:32:06 -05:00
|
|
|
enabled = true
|
2018-11-23 10:56:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
process {
|
2019-02-21 04:49:29 -05:00
|
|
|
beforeScript = 'module load qbic/singularity_slurm/3.0.3'
|
2018-11-26 11:32:06 -05:00
|
|
|
executor = 'slurm'
|
2018-11-23 10:56:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
params {
|
2019-03-07 10:12:30 -05:00
|
|
|
igenomesIgnore = false
|
|
|
|
igenomes_base = '/sfs/7/igenomes'
|
2019-02-21 03:17:28 -05:00
|
|
|
max_memory = 60.GB
|
2019-02-19 11:03:53 -05:00
|
|
|
max_cpus = 20
|
2018-11-23 10:56:34 -05:00
|
|
|
max_time = 140.h
|
|
|
|
}
|