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:20:58 +02:00 committed by GitHub
parent 1e54d9510d
commit ed8c9d9e7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,9 @@ params {
config_profile_url = 'http://qbic.uni-tuebingen.de/' config_profile_url = 'http://qbic.uni-tuebingen.de/'
} }
CACHE_DIR = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/"
singularity { singularity {
enabled = true enabled = true
cacheDir = CACHE_DIR cacheDir = '/nfsmounts/container'
} }
process { process {