Skip to content

Commit

Permalink
Update tools.yml
Browse files Browse the repository at this point in the history
Add a rule for ragtag jobs with big inputs
  • Loading branch information
igormakunin2 authored Dec 17, 2024
1 parent 02aa2e2 commit f68ccc4
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2519,10 +2519,15 @@ tools:
params:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/iuc/ragtag/ragtag/.*:
cores: 4
mem: 15.3
cores: 8
mem: 30.7
params:
singularity_enabled: true
rules:
- id: ragtag_small_input_rule
if: input_size < 2
cores: 4
mem: 15.3
toolshed.g2.bx.psu.edu/repos/iuc/rapidnj/rapidnj/.*:
params:
singularity_enabled: true
Expand Down

0 comments on commit f68ccc4

Please sign in to comment.