Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions conf/mjolnir_globe.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ params {
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 = 'Bent Petersen (@bentpetersendk)'
config_profile_url = 'https://globe.ku.dk/research/'
max_memory = 750.GB
max_cpus = 48
max_memory = 950.GB
max_cpus = 64
max_time = 336.h
}

Expand All @@ -15,8 +15,8 @@ singularity {

process {
resourceLimits = [
memory: 750.GB,
cpus: 48,
memory: 950.GB,
cpus: 64,
time: 336.h
]
executor = 'slurm'
Expand Down
Loading