1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Update cfc.config

This commit is contained in:
Alexander Peltzer 2019-10-08 13:14:21 +02:00 committed by GitHub
parent 5fae33669d
commit 865909ac54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ params {
singularity { singularity {
enabled = true enabled = true
cacheDir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/" cacheDir = params.singularity_cachedir
} }
process { process {
@ -22,6 +22,7 @@ weblog{
params { params {
igenomes_base = '/nfsmounts/igenomes' igenomes_base = '/nfsmounts/igenomes'
singularity_cachedir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/"
max_memory = 60.GB max_memory = 60.GB
max_cpus = 20 max_cpus = 20
max_time = 140.h max_time = 140.h