Skip to content

Commit

Permalink
Merge pull request nf-core#669 from crick-pipelines-stp/master
Browse files Browse the repository at this point in the history
Crick config - Update max resources for ncpu default queue
  • Loading branch information
chris-cheshire authored Apr 18, 2024
2 parents addc22f + 466dc45 commit 60479ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/crick.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'The Francis Crick Institute CAMP HPC cluster profile provided by nf-core/configs.'
config_profile_description = 'The Francis Crick Institute NEMO HPC cluster profile provided by nf-core/configs.'
config_profile_contact = 'Chris Cheshire (@chris-cheshire)'
config_profile_url = 'https://www.crick.ac.uk/research/platforms-and-facilities/scientific-computing/technologies'
}
Expand All @@ -16,9 +16,9 @@ process {
}

params {
max_memory = 224.GB
max_cpus = 32
max_time = '72.h'
max_memory = 2.TB
max_cpus = 256
max_time = '168.h'

igenomes_base = '/flask/reference/Genomics/aws-igenomes'
}

0 comments on commit 60479ef

Please sign in to comment.