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

remove comments

This commit is contained in:
Adrian Larkeryd 2020-03-05 10:39:19 +00:00
parent ead67d1e90
commit 46223a3dbb

View file

@ -1,11 +1,4 @@
/*
* -------------------------------------------------
* Nextflow nf-core config file for ICR davros HPC
* -------------------------------------------------
* Defines LSF process executor and singularity
* settings.
*
*/
params {
config_profile_description = "Nextflow nf-core profile for ICR davros HPC"
config_profile_contact = "Adrian Larkeryd"
@ -17,9 +10,7 @@ singularity {
}
executor {
# This is set because of an issue with too many
# singularity containers launching at once, they
# cause an singularity error with exit code 255.
submitRateLimit = "2 sec"
}
@ -28,8 +19,7 @@ process {
}
params {
# LSF cluster set up with memory tied to cores,
# it can't be requested. Locked at 12G per core.
cpus = 10
max_cpus = 20
max_memory = 12.GB