Skip to content

Commit

Permalink
remove clustalw
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Oct 28, 2024
1 parent abb9917 commit 5710575
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,26 +534,6 @@ tools:
if: 1 <= input_size < 20
cores: 8
mem: 30.7
toolshed.g2.bx.psu.edu/repos/devteam/clustalw/clustalw/.*:
context:
max_concurrent_job_count_for_tool_user: 2
cores: 8
mem: 30.7
scheduling:
accept:
- pulsar
rules:
- id: clustalw_small_input_rule
if: input_size < 0.0003
cores: 3
mem: 11.5
- id: clustalw_medium_input_rule
if: 0.0003 <= input_size < 0.002
cores: 5
mem: 19.1
- id: clustalw_fail_rule
if: input_size >= 0.04
fail: Too much data, please don't use the clustalw for this.
toolshed.g2.bx.psu.edu/repos/devteam/cuffdiff/cuffdiff/.*:
params:
dependency_resolution: none
Expand Down

0 comments on commit 5710575

Please sign in to comment.