Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Feb 10, 2025
1 parent b2c0c7d commit 2b2c7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ process {
withName: "MINIMAP2_ALIGN_SE" {
cpus = { check_max( 16 ) }
memory = { check_max( 1.GB * ( reference.size() < 2e9 ? 60 : Math.ceil( ( reference.size() / 1e+9 ) * 20 ) * task.attempt )) }
time = { check_max( 1.h * ( reference.size() < 1e9 ? 15 : reference.size() < 10e9 ? 30 : 48)) }
time = { check_max( 22.h * task.attempt, 'time' ) }
}

// Process-specific resource requirements
Expand Down
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ params {

// Input data for full size test
// Limit resources so that this can run on GitHub Actions
input = "${baseDir}/assets/test.yaml"
input = "${baseDir}/assets/test.yaml"
steps = "btk,cpretext,merquryfk"
}

0 comments on commit 2b2c7a5

Please sign in to comment.