1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00
nf-configs/conf/holo_globe

35 lines
1 KiB
Text
Raw Normal View History

2022-05-20 13:44:20 +00:00
//Profile config names for nf-core/configs
params {
2022-05-31 13:23:43 +00:00
config_profile_description = 'Section for Hologenomics @ Globe Institute, University of Copenhagen - holo_globe profile provided by nf-core/configs.'
2022-05-20 13:44:20 +00:00
config_profile_contact = 'Aashild Vaagene (@ashildv)'
config_profile_url = 'https://globe.ku.dk/research/evogenomics/'
2022-05-31 13:23:43 +00:00
max_memory = 500.GB
max_cpus = 50
2022-05-20 13:44:20 +00:00
max_time = 720.h
}
2022-05-31 13:23:43 +00:00
singularity {
enabled = true
autoMounts = true
cacheDir = '/maps/projects/mjolnir1/data/cache/nf-eager/singularity'
2022-05-20 15:01:30 +00:00
}
2022-05-20 13:44:20 +00:00
2022-05-31 13:23:43 +00:00
env {
NXF_SINGULARITY_TMPDIR='/maps/projects/mjolnir1/people/$USER/eager_tmp/'
SINGULARITY_TMPDIR='/maps/projects/mjolnir1/people/$USER/eager_tmp/'
NXF_OPTS='-Djava.io.tmpdir=/maps/projects/mjolnir1/people/$USER/eager_tmp/ -Xms1g -Xmx4g'
TMPDIR='/maps/projects/mjolnir1/people/$USER/eager_tmp/'
NXF_TEMP='/maps/projects/mjolnir1/people/$USER/eager_tmp/'
SINGULARITY_LOCALCACHEDIR='/maps/projects/mjolnir1/people/$USER/eager_tmp/'
}
2022-05-20 13:44:20 +00:00
process {
executor = 'slurm'
}
cleanup = true
executor {
queueSize = 8
}