1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00
nf-configs/conf/cfc.config

29 lines
645 B
Text
Raw Normal View History

//Profile config names for nf-core/configs
params {
2019-01-07 13:25:06 +00:00
config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.'
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_url = 'http://qbic.uni-tuebingen.de/'
}
singularity {
2018-11-26 16:32:06 +00:00
enabled = true
2019-10-08 10:48:24 +00:00
cacheDir = '/nfsmounts/containers'
}
process {
beforeScript = 'module load qbic/singularity_slurm/3.0.3'
2018-11-26 16:32:06 +00:00
executor = 'slurm'
}
weblog{
enabled = true
2019-07-15 15:53:11 +00:00
url = 'http://services.qbic.uni-tuebingen.de:8080/workflowservice/workflows'
}
params {
igenomes_base = '/nfsmounts/igenomes'
2019-02-21 08:17:28 +00:00
max_memory = 60.GB
2019-02-19 16:03:53 +00:00
max_cpus = 20
max_time = 140.h
}