2019-01-04 08:55:22 -05:00
|
|
|
//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)'
|
2019-01-04 08:55:22 -05:00
|
|
|
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
|
|
|
|
}
|