Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase memory of quast #1073

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,11 +735,11 @@

toolshed.g2.bx.psu.edu/repos/iuc/quast/quast/.*:
rules:
if: |
helpers.job_args_match(job, app, {'assembly': {'type': 'Metagenome'}})
- id: metagenome
if: helpers.job_args_match(job, app, {'assembly': {'type': 'Metagenome'}})
cores: 20
mem: 80

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

View workflow job for this annotation

GitHub Actions / Lint

741:5 [indentation] wrong indentation: expected 6 but found 4
Copy link
Contributor

@mira-miracoli mira-miracoli Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could it be assembly.type?
(I just briefly had a look in the wrapper, I coud also be wrong


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

View workflow job for this annotation

GitHub Actions / Lint

742:55 syntax error: mapping values are not allowed here (syntax)
toolshed.g2.bx.psu.edu/repos/devteam/freebayes/freebayes/.*:
# see https://github.com/usegalaxy-eu/infrastructure-playbook/pull/881 for some numbers
cores: 10
Expand Down
Loading