1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00
nf-configs/conf/mendel.config
2019-01-07 14:25:06 +01:00

22 lines
482 B
Text

//Profile config names for nf-core/configs
params {
config_profile_name = 'MENDEL'
config_profile_description = 'GMI MENDEL cluster profile provided by nf-core/configs'
config_profile_contact = 'Philipp H (@phue)'
config_profile_url = 'http://www.gmi.oeaw.ac.at/'
}
singularity {
enabled = true
}
process {
beforeScript = 'module load Singularity'
executor = 'pbs'
clusterOptions = { "-P $params.project" }
}
params {
max_time = 192.h
igenomesIgnore = true
}