Skip to content

Commit

Permalink
Merge pull request #571 from nf-core/EmelineFavreau-patch-1
Browse files Browse the repository at this point in the history
Update cambridge.config
  • Loading branch information
EmelineFavreau authored Oct 18, 2023
2 parents 53aaa64 + ff5fa5e commit fc3bb90
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions conf/cambridge.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
// Description is overwritten with user specific flags
params {
config_profile_description = 'Cambridge HPC cluster profile.'
config_profile_contact = 'Andries van Tonder ([email protected])'
config_profile_url = "https://docs.hpc.cam.ac.uk/hpc"
partition = null
project = null
cacheDir = null
max_memory = 192.GB
max_cpus = 56
max_time = 12.h
}

// Description is overwritten with user specific flags
singularity {
enabled = true
autoMounts = true
}
cacheDir = params.cacheDir
}

process {
executor = 'slurm'
clusterOptions = '-p cclake'
}
params {
max_memory = 192.GB
max_cpus = 56
max_time = 12.h
clusterOptions = "-A $params.project -p $params.partition"
}

0 comments on commit fc3bb90

Please sign in to comment.