1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Update cfc.config

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

View file

@ -5,9 +5,10 @@ params {
config_profile_url = 'http://qbic.uni-tuebingen.de/'
}
CACHE_DIR = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/"
singularity {
enabled = true
cacheDir = params.singularity_cachedir
cacheDir = CACHE_DIR
}
process {
@ -22,7 +23,6 @@ weblog{
params {
igenomes_base = '/nfsmounts/igenomes'
singularity_cachedir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/"
max_memory = 60.GB
max_cpus = 20
max_time = 140.h