Skip to content

Commit

Permalink
Added case to helixer where it will only run using the gpu if the gen…
Browse files Browse the repository at this point in the history
…ome size is larger than 200Mb
  • Loading branch information
brown committed Sep 10, 2024
1 parent 1f5e9f0 commit b151958
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -747,12 +747,14 @@ tools:
toolshed.g2.bx.psu.edu/repos/genouest/helixer/helixer/.*:
cores: 4
mem: 30
gpus: 1
params:
singularity_run_extra_arguments: ' --nv '
scheduling:
require:
- singularity
rules:
- if: input_size >= 0.2
gpus: 1
params:
singularity_run_extra_arguments: ' --nv '

toolshed.g2.bx.psu.edu/repos/iuc/cherri_eval/cherri_eval/.*:
inherits: basic_docker_tool
Expand Down

0 comments on commit b151958

Please sign in to comment.