Skip to content

Commit

Permalink
Indentation fix in modules.config
Browse files Browse the repository at this point in the history
  • Loading branch information
kbestak committed Sep 27, 2023
1 parent f47b8d1 commit 155caf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ process {
}

withName: "DEEPCELL_MESMER" {
memory = "16GB"
cpus = 8
ext.args = '--image-mpp=0.138 --nuclear-channel 0 --compartment nuclear'
containerOptions = '--entrypoint ""'
memory = "16GB"
cpus = 8
ext.args = '--image-mpp=0.138 --nuclear-channel 0 --compartment nuclear'
containerOptions = '--entrypoint ""'
}

withName: "MCQUANT" {
Expand Down
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ params {
config_profile_description = 'Minimal test dataset to check pipeline function'

// Limit resources so that this can run on GitHub Actions
max_cpus =
max_cpus = 4
max_memory = '16.GB'
max_time = '4.h'

Expand Down

0 comments on commit 155caf8

Please sign in to comment.