mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
description and contact
This commit is contained in:
parent
02d8b81af4
commit
ead67d1e90
1 changed files with 7 additions and 0 deletions
|
@ -6,20 +6,27 @@
|
||||||
* settings.
|
* settings.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
params {
|
||||||
|
config_profile_description = "Nextflow nf-core profile for ICR davros HPC"
|
||||||
|
config_profile_contact = "Adrian Larkeryd"
|
||||||
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
# This is set because of an issue with too many
|
# This is set because of an issue with too many
|
||||||
# singularity containers launching at once, they
|
# singularity containers launching at once, they
|
||||||
# cause an singularity error with exit code 255.
|
# cause an singularity error with exit code 255.
|
||||||
submitRateLimit = "2 sec"
|
submitRateLimit = "2 sec"
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
executor = "LSF"
|
executor = "LSF"
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
# LSF cluster set up with memory tied to cores,
|
# LSF cluster set up with memory tied to cores,
|
||||||
# it can't be requested. Locked at 12G per core.
|
# it can't be requested. Locked at 12G per core.
|
||||||
|
|
Loading…
Reference in a new issue