1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2025-01-06 22:32:09 -05:00
nf-configs/conf/mendel.config

23 lines
478 B
Text
Raw Normal View History

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