Skip to content

Commit

Permalink
Merge pull request #2 from matrulda/DATAOPS-853_increase_compute_reso…
Browse files Browse the repository at this point in the history
…urces

Increase compute resources
  • Loading branch information
matrulda authored Oct 30, 2024
2 parents 1776530 + 67ba294 commit 3273750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ profiles {
scratch = true
executor = 'slurm'
clusterOptions = { "-A $params.project" }
cpus = 1
memory = '8G'
time = '3h'
cpus = 8
memory = '60G'
time = '12h'
}
}

Expand Down

0 comments on commit 3273750

Please sign in to comment.