1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

description and contact

This commit is contained in:
Adrian Larkeryd 2020-03-05 09:24:10 +00:00
parent 02d8b81af4
commit ead67d1e90

View file

@ -6,20 +6,27 @@
* settings.
*
*/
params {
config_profile_description = "Nextflow nf-core profile for ICR davros HPC"
config_profile_contact = "Adrian Larkeryd"
}
singularity {
enabled = true
runOptions = "--bind /mnt:/mnt --bind /data:/data"
}
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"
}
process {
executor = "LSF"
}
params {
# LSF cluster set up with memory tied to cores,
# it can't be requested. Locked at 12G per core.