diff --git a/files/galaxy/tpv/tools.yml b/files/galaxy/tpv/tools.yml index e13a2313f..66c462cdf 100644 --- a/files/galaxy/tpv/tools.yml +++ b/files/galaxy/tpv/tools.yml @@ -733,6 +733,16 @@ tools: - if: input_size >= 25 fail: Too much data, please check if the input is correct. + toolshed.g2.bx.psu.edu/repos/iuc/quast/quast/.*: + cores: 10 + mem: 12 + rules: + - id: metagenome + if: | + helpers.job_args_match(job, app, {'assembly': {'type': 'Metagenome'}}) + cores: 20 + mem: 80 + toolshed.g2.bx.psu.edu/repos/devteam/freebayes/freebayes/.*: # see https://github.com/usegalaxy-eu/infrastructure-playbook/pull/881 for some numbers cores: 10