Skip to content

Commit

Permalink
add dynamic rule
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Sep 19, 2024
1 parent c6f5025 commit c383c13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,12 @@ tools:
toolshed.g2.bx.psu.edu/repos/iuc/fgsea/fgsea/.*:
# any container should work
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/iuc/cat_bins/cat_bins/.*:
rules:
- if: input_size >= 0.03
mem: 48
- if: input_size >= 0.06
mem: 72
toolshed.g2.bx.psu.edu/repos/iuc/chewbbaca.*:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/recetox/recetox_msfinder/recetox_msfinder/.*:
Expand Down

0 comments on commit c383c13

Please sign in to comment.