Skip to content

Commit

Permalink
update memory for assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mootor authored and Mootor committed Oct 4, 2024
1 parent 0ffbdd4 commit eb08dd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/F16.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process {

withName: run_assembly_GRIDSS {
cpus = 8
memory = 20.GB
memory = 15.GB
retry_strategy {
memory {
strategy = 'exponential'
Expand Down
2 changes: 1 addition & 1 deletion config/F72.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process {

withName: run_assembly_GRIDSS {
cpus = 8
memory = 20.GB
memory = 30.GB
retry_strategy {
memory {
strategy = 'exponential'
Expand Down
2 changes: 1 addition & 1 deletion config/M64.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process {

withName: run_assembly_GRIDSS {
cpus = 8
memory = 20.GB
memory = 120.GB
retry_strategy {
memory {
strategy = 'exponential'
Expand Down

0 comments on commit eb08dd3

Please sign in to comment.