Skip to content

Commit

Permalink
Create tpv entry for filtlong
Browse files Browse the repository at this point in the history
override shared db 50G mem allocation for filtlong, most jobs use far less than this
  • Loading branch information
cat-bro authored Feb 9, 2024
1 parent 3c4b640 commit 1801b92
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,13 @@ tools:
if: input_size < 0.01
cores: 1
mem: 3.8
toolshed.g2.bx.psu.edu/repos/iuc/filtlong/filtlong/.*:
mem: 12 # TODO: this overrides tpv shared entry giving 50G to each job. It could be changed to a linear function of input size
rules:
- id: filtlong_small_input_rule
if: input_size < 1
cores: 1
mem: 6
toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/.*:
cores: 5
mem: 19.1
Expand Down

0 comments on commit 1801b92

Please sign in to comment.