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
865909ac54
commit
1e54d9510d
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,10 @@ 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 = params.singularity_cachedir
|
cacheDir = CACHE_DIR
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
@ -22,7 +23,6 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue