mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
cacheDir update
This commit is contained in:
parent
b51059a3ae
commit
22ed36a73d
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
//Profile config names for nf-core/configs
|
//Profile config names for nf-core/configs
|
||||||
params {
|
params {
|
||||||
config_profile_description = 'Section for Hologenomics @ Globe Institute, University of Copenhagen - mjolnir_globe profile provided by nf-core/configs.'
|
config_profile_description = 'Section for Hologenomics and Section for Molecular Ecology and Evolution @ Globe Institute, University of Copenhagen - mjolnir_globe profile provided by nf-core/configs.'
|
||||||
config_profile_contact = 'Aashild Vaagene (@ashildv)'
|
config_profile_contact = 'Aashild Vaagene (@ashildv)'
|
||||||
config_profile_url = 'https://globe.ku.dk/research/hologenomics/'
|
config_profile_url = 'https://globe.ku.dk/research/'
|
||||||
max_memory = 500.GB
|
max_memory = 500.GB
|
||||||
max_cpus = 50
|
max_cpus = 50
|
||||||
max_time = 720.h
|
max_time = 720.h
|
||||||
|
@ -11,7 +11,7 @@ params {
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
autoMounts = true
|
autoMounts = true
|
||||||
cacheDir = '/maps/projects/mjolnir1/data/cache/nf-eager/singularity'
|
cacheDir = '/maps/projects/mjolnir1/data/cache/nf-core/singularity'
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
|
Loading…
Reference in a new issue