Skip to content

Commit

Permalink
Merge pull request #2263 from cat-bro/oom_updates_20241028
Browse files Browse the repository at this point in the history
oom updates 20241028
  • Loading branch information
jlqfab authored Oct 28, 2024
2 parents 4d9eb7d + 4075be3 commit abb9917
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1389,11 +1389,11 @@ tools:
params:
singularity_enabled: true
- id: busco_small_input_rule
if: input_size < 0.05
if: input_size < 0.01
cores: 2
mem: 7.6
- id: busco_medium_input_rule
if: 0.05 <= input_size < 0.3
if: 0.01 <= input_size < 0.3
cores: 8
mem: 30.7
toolshed.g2.bx.psu.edu/repos/iuc/bwa_mem2/bwa_mem2/.*: # TODO: revisit setting mem based on reference size (https://github.com/usegalaxy-au/infrastructure/issues/1835)
Expand Down Expand Up @@ -1444,9 +1444,12 @@ tools:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/iuc/checkm_.*:
cores: 8
mem: 31
mem: 120
params:
singularity_enabled: true
scheduling:
accept:
- pulsar
toolshed.g2.bx.psu.edu/repos/iuc/chromeister/chromeister/.*:
cores: 1
mem: 3.8
Expand Down Expand Up @@ -2488,9 +2491,13 @@ tools:
mem: 62
rules:
- id: quast_small_input_rule
if: input_size < 1
if: input_size < 0.01
cores: 2
mem: 10
- id: quast_medium_input_rule
if: 0.01 <= input_size < 1
cores: 4
mem: 16
toolshed.g2.bx.psu.edu/repos/iuc/raceid_.*:
params:
singularity_enabled: true
Expand Down

0 comments on commit abb9917

Please sign in to comment.