mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
23 lines
510 B
Text
23 lines
510 B
Text
//Profile config names for nf-core/configs
|
|
params {
|
|
config_profile_name = 'CFC'
|
|
config_profile_description = '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.1'
|
|
executor = 'slurm'
|
|
}
|
|
|
|
params {
|
|
igenomesIgnore = true
|
|
max_memory = 60.GB
|
|
max_cpus = 24
|
|
max_time = 140.h
|
|
}
|