Skip to content

Commit

Permalink
add rule id
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Sep 19, 2024
1 parent c383c13 commit a29a4ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,11 @@ tools:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/iuc/cat_bins/cat_bins/.*:
rules:
- if: input_size >= 0.03
- id: cat_bins_medium_input_rule
if: input_size >= 0.03
mem: 48
- if: input_size >= 0.06
- id: cat_bins_large_input_rule
if: input_size >= 0.06
mem: 72
toolshed.g2.bx.psu.edu/repos/iuc/chewbbaca.*:
inherits: basic_docker_tool
Expand Down

0 comments on commit a29a4ba

Please sign in to comment.