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
Harshil Patel 8bc975c8c3
Merge pull request #33 from ewels/master
Removed params.config_profile_name, added params.hostnames
2019-03-13 16:49:43 +00:00

22 lines
501 B
Text

//Profile config names for nf-core/configs
params {
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 {
enabled = true
}
process {
beforeScript = 'module load qbic/singularity_slurm/3.0.3'
executor = 'slurm'
}
params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 60.GB
max_cpus = 20
max_time = 140.h
}