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

25 lines
567 B
Text
Raw Normal View History

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