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

30 lines
773 B
Text
Raw Normal View History

/*
* -------------------------------------------------------------
2019-01-04 13:42:09 +00:00
* Name: CFC
* Description: Core Facility Cluster Profile provided by nf-core/configs.
* Contact person: Alexander Peltzer (@apeltzer)
* URL: http://qbic.uni-tuebingen.de/
* -------------------------------------------------------------
*/
singularity {
2018-11-26 16:32:06 +00:00
enabled = true
}
process {
2018-11-26 16:32:06 +00:00
beforeScript = 'module load qbic/singularity_slurm/3.0.1'
executor = 'slurm'
}
params {
2018-11-26 16:32:06 +00:00
igenomesIgnore = true
max_memory = 60.GB
max_cpus = 24
max_time = 140.h
2019-01-04 13:42:09 +00:00
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/'
}