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

24 lines
513 B
Text
Raw Normal View History

//Profile config names for nf-core/configs
params {
2019-01-07 13:25:06 +00:00
config_profile_description = 'GMI MENDEL cluster profile provided by nf-core/configs'
2019-02-27 16:03:26 +00:00
config_profile_contact = 'Patrick Hüther (@phue)'
config_profile_url = 'http://www.gmi.oeaw.ac.at/'
}
2019-01-04 13:46:30 +00:00
2019-02-27 16:03:26 +00:00
manifest {
nextflowVersion = '>=19.01.0'
2018-12-04 15:58:33 +00:00
}
process {
beforeScript = 'module load Miniconda3/4.6.7'
2019-02-27 16:03:26 +00:00
executor = 'pbspro'
2018-12-04 15:58:33 +00:00
clusterOptions = { "-P $params.project" }
}
params {
2019-02-27 16:03:26 +00:00
max_cpus = 32
max_memory = 128.GB
2018-12-04 15:58:33 +00:00
max_time = 192.h
igenomesIgnore = true
}