Skip to content

Commit

Permalink
Update cfc.config
Browse files Browse the repository at this point in the history
Adjusted the time and max_time to the cfc slurm config
  • Loading branch information
mseybold authored Nov 6, 2024
1 parent 58d76b4 commit 7780502
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 7780502

Please sign in to comment.