1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Merge pull request #8 from phue/mendel-config

add config for MENDEL cluster
This commit is contained in:
Phil Ewels 2018-12-04 17:23:24 +01:00 committed by GitHub
commit 92d32db708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

20
conf/mendel.config Normal file
View file

@ -0,0 +1,20 @@
/*
* --------------------------------------------------------------------------------------
* 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
}

View file

@ -17,6 +17,7 @@ profiles {
crick { includeConfig "${config_base}/crick.config" }
gis { includeConfig "${config_base}/gis.config" }
hebbe { includeConfig "${config_base}/hebbe.config" }
mendel { includeConfig "${config_base}/mendel.config" }
phoenix { includeConfig "${config_base}/pheonix.config" }
uct_hex { includeConfig "${config_base}/uct_hex.config" }
uppmax_devel { includeConfig "${config_base}/uppmax.config"