1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/binac.config

34 lines
980 B
Text
Raw Normal View History

/*
* ----------------------------------------------------------------------------
* Nextflow config file for use with Singularity on BINAC cluster in Tuebingen
* ----------------------------------------------------------------------------
* Defines basic usage limits and singularity image id.
*/
2019-01-04 09:19:39 +00:00
/*
* -------------------------------------------------------------
* Name: BINAC
* Description: Configuration profile for BinAC clusters in Baden-Wuerttemberg/Germany.
* Contact person: Alexander Peltzer (@apeltzer)
* URL: https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC
* -------------------------------------------------------------
*/
singularity {
2018-11-26 22:47:36 +00:00
enabled = true
}
process {
2018-11-26 22:47:36 +00:00
beforeScript = 'module load devel/singularity/3.0.1'
executor = 'pbs'
queue = 'short'
}
params {
2018-11-26 16:32:06 +00:00
igenomesIgnore = true
max_memory = 128.GB
max_cpus = 28
max_time = 48.h
2019-01-04 09:19:39 +00:00
profile_description = 'BINAC Cluster Profile provided by nf-core/configs.'
}