2019-01-04 13:55:22 +00:00
|
|
|
//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)'
|
2019-01-04 13:55:22 +00:00
|
|
|
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 {
|
2019-03-12 17:57:31 +00:00
|
|
|
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
|
|
|
|
}
|