mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update cfc.config
This commit is contained in:
parent
1e54d9510d
commit
ed8c9d9e7a
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@ 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 = CACHE_DIR
|
||||
cacheDir = '/nfsmounts/container'
|
||||
}
|
||||
|
||||
process {
|
||||
|
|
Loading…
Reference in a new issue