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

cacheDir update

This commit is contained in:
Åshild J. Vågene 2022-06-03 15:33:58 +02:00 committed by GitHub
parent b51059a3ae
commit 22ed36a73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
//Profile config names for nf-core/configs
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_url = 'https://globe.ku.dk/research/hologenomics/'
config_profile_url = 'https://globe.ku.dk/research/'
max_memory = 500.GB
max_cpus = 50
max_time = 720.h
@ -11,7 +11,7 @@ params {
singularity {
enabled = true
autoMounts = true
cacheDir = '/maps/projects/mjolnir1/data/cache/nf-eager/singularity'
cacheDir = '/maps/projects/mjolnir1/data/cache/nf-core/singularity'
}
process {