Skip to content

Commit

Permalink
fix runner big mem
Browse files Browse the repository at this point in the history
  • Loading branch information
anroy1 committed Sep 30, 2024
1 parent 55a7881 commit c0847ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run_checks_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
path: modules/nf-neuro/registration/easyreg
- runner: scilus-nf-neuro-bigmem-runners
path: modules/nf-neuro/segmentation/synthseg
- runner: scilus-nf-neuro-bigmem-runners
path: modules/nf-neuro/registration/synthmorph
exclude:
- path: subworkflows/nf-neuro/load_test_data
uses: ./.github/workflows/test_component.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process {
memory = "14G"
memory = "16G"
withName: "REGISTRATION_SYNTHREGISTRATION" {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
ext.affine = "affine"
Expand Down

0 comments on commit c0847ff

Please sign in to comment.