Skip to content

Commit

Permalink
Merge pull request #2311 from usegalaxy-au/cat-bro-patch-18
Browse files Browse the repository at this point in the history
update memory for fasta_stats
  • Loading branch information
jlqfab authored Dec 2, 2024
2 parents b79cefe + f734929 commit 9564acb
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1560,13 +1560,7 @@ tools:
params:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/.*:
cores: 3
mem: 11.5
rules:
- id: fasta-stats_small_input_rule
if: input_size < 0.01
cores: 1
mem: 3.8
mem: min(3 * input_size + 2, 40)
toolshed.g2.bx.psu.edu/repos/iuc/fastani/fastani/.*:
params:
singularity_enabled: true
Expand Down

0 comments on commit 9564acb

Please sign in to comment.