1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2025-01-09 15:21:13 -05:00
nf-configs/conf/cfc.config

25 lines
552 B
Text
Raw Normal View History

//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.'
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_url = 'http://qbic.uni-tuebingen.de/'
}
singularity {
2018-11-26 11:32:06 -05:00
enabled = true
}
process {
beforeScript = 'module load qbic/singularity_slurm/3.0.3'
2018-11-26 11:32:06 -05:00
executor = 'slurm'
}
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
max_time = 140.h
}