Skip to content

Commit

Permalink
Update base.config
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Aug 9, 2024
1 parent 4d1b089 commit 6d14678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process {
maxErrors = '-1'
maxRetries = 3

withName: 'INDEX' {
withName: 'INDEX_CREATION' {
cpus = { 1 * task.attempt }
memory = { 1.GB * task.attempt }
}
Expand Down Expand Up @@ -39,7 +39,7 @@ process {
memory = { 2.GB * task.attempt }
}

withName: 'MERGE_VARIANTS' {
withName: 'MERGING_VARIANTS' {
cpus = { 1 * task.attempt }
memory = { 2.GB * task.attempt }
}
Expand Down Expand Up @@ -69,4 +69,4 @@ process {
memory = { 1.GB * task.attempt }
}

}
}

0 comments on commit 6d14678

Please sign in to comment.