Skip to content

Commit

Permalink
Merge pull request #790 from nf-core/mseybold-patch-2
Browse files Browse the repository at this point in the history
Update cfc.config
  • Loading branch information
mseybold authored Nov 6, 2024
2 parents 58d76b4 + 7780502 commit 04f2e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/cfc.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process {
resourceLimits = [
memory: 1992.GB,
cpus: 128,
time: 168.h
time: 720.h
]
executor = 'slurm'
queue = 'qbic'
Expand All @@ -25,5 +25,5 @@ params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 1992.GB
max_cpus = 128
max_time = 168.h
max_time = 720.h
}

0 comments on commit 04f2e5d

Please sign in to comment.