Skip to content

Commit

Permalink
Merge pull request usegalaxy-au#1731 from usegalaxy-au/cat-bro-patch-3
Browse files Browse the repository at this point in the history
Add size limit rule for smudgeplot
  • Loading branch information
cat-bro authored Jan 22, 2024
2 parents c7bff60 + 87f1615 commit c9e3880
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,10 @@ tools:
scheduling:
accept:
- pulsar
rules:
- id: smudgeplot_fail_rule
if: input_size > 50
fail: Too much data. Total input data must be less than 50GB.
toolshed.g2.bx.psu.edu/repos/galaxyp/cardinal_classification/cardinal_classification/.*:
scheduling:
accept:
Expand Down

0 comments on commit c9e3880

Please sign in to comment.