Skip to content

Commit

Permalink
Update tools.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Oct 17, 2024
1 parent 78f36e9 commit a8b2540
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,21 @@ tools:
inherits: toolshed.g2.bx.psu.edu/repos/nml/spades/spades/.*

toolshed.g2.bx.psu.edu/repos/iuc/rnaspades/rnaspades/.*:
inherits: toolshed.g2.bx.psu.edu/repos/nml/spades/spades/.*
cores: 2
rules:
- if: 0.005 <= input_size < 1
cores: 8
mem: 100
- if: 1 <= input_size < 2
cores: 12
mem: 200
- if: input_size >= 2
cores: 20
mem: 350
scheduling:
prefer:
- condor-tpv

Check failure on line 881 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

881:1 [trailing-spaces] trailing spaces
toolshed.g2.bx.psu.edu/repos/iuc/spades_plasmidspades/spades_plasmidspades/.*:
inherits: toolshed.g2.bx.psu.edu/repos/nml/spades/spades/.*
toolshed.g2.bx.psu.edu/repos/iuc/spades_metaviralspades/spades_metaviralspades/.*:
Expand Down

0 comments on commit a8b2540

Please sign in to comment.