Skip to content

Commit

Permalink
refactor: Update resource requirements (#198)
Browse files Browse the repository at this point in the history
* chore: Update maximum time for rspr_exact

* refactor: Add small profile same as default
  • Loading branch information
jvfe committed Jun 11, 2024
1 parent 146af3f commit 8cde7c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ process {
}

withName: RSPR_EXACT {
time = { check_max( 24.h, 'time' ) }
errorStrategy = { task.exitStatus in [140] ? 'ignore' : 'retry' }
publishDir = [
path: { "${params.outdir}/dynamics/rSPR/exact" },
Expand Down
7 changes: 4 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,10 @@ profiles {
}
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config' }
light { includeConfig 'conf/light.config' }
medium { includeConfig 'conf/medium.config' }
large { includeConfig 'conf/large.config' }
light { includeConfig 'conf/light.config' }
small { includeConfig 'conf/base.config' }
medium { includeConfig 'conf/medium.config' }
large { includeConfig 'conf/large.config' }
}

// Export these variables to prevent local Python/R libraries from conflicting with those in the container
Expand Down

0 comments on commit 8cde7c7

Please sign in to comment.