Skip to content

Commit

Permalink
increased cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Mar 5, 2024
1 parent 8018619 commit f0a09ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github_actions.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ process {
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:bwa{
cpus=2
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:circulocov{
cpus=2
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
Expand All @@ -34,7 +34,7 @@ process {
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:flye{
cpus=2
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
Expand All @@ -49,12 +49,12 @@ process {
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:medaka{
cpus=2
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:multiqc{
cpus=2
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
Expand Down Expand Up @@ -84,7 +84,7 @@ process {
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:raven{
cpus=2
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
Expand All @@ -93,7 +93,7 @@ process {
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:unicycler{
cpus=2
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
Expand Down

0 comments on commit f0a09ce

Please sign in to comment.