Skip to content

Commit

Permalink
fixed spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
husensofteng committed Jan 7, 2025
1 parent 74133e1 commit bed5060
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conf/pipeline/mag/kaust.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ process {
errorStrategy = 'retry'
maxRetries = 3
}

withName: BOWTIE2_HOST_REMOVAL_BUILD {
cpus = { 10 * task.attempt }
memory = { 40.GB * task.attempt }
time = { 4.h * task.attempt }
}

// Process-specific resource requirements
withName: BOWTIE2_HOST_REMOVAL_BUILD {
cpus = { 12 * task.attempt }
Expand Down Expand Up @@ -173,7 +171,7 @@ process {
}
withName: MAXBIN2 {
errorStrategy = { task.exitStatus in [1, 255] ? 'ignore' : 'retry' }
cpus = { 20 * task.attempt }
cpus = { 20 * task.attempt }
memory = { 180.GB * task.attempt }
}
withName: DASTOOL_DASTOOL {
Expand Down

0 comments on commit bed5060

Please sign in to comment.