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

21 lines
483 B
Text
Raw Normal View History

2018-12-04 15:58:33 +00:00
/*
* --------------------------------------------------------------------------------------
* Nextflow config file for the MENDEL cluster at the Gregor Mendel Institute in Vienna
* -------------------------------------------------------------------------------------
*/
singularity {
enabled = true
}
process {
beforeScript = 'module load Singularity'
executor = 'pbs'
clusterOptions = { "-P $params.project" }
}
params {
max_time = 192.h
igenomesIgnore = true
}