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 allocations for funannotate_annotate and fasttree #38

Merged
Merged
Changes from all commits
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
10 changes: 7 additions & 3 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,11 @@ tools:
toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/.*:
cores: 4
toolshed.g2.bx.psu.edu/repos/iuc/fasttree/fasttree/.*:
mem: 8
mem: 30
rules:
- id: fasttree_small_input_rule
if: input_size < 0.005
mem: 8
toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/.*:
cores: 2
mem: 8
Expand All @@ -1175,8 +1179,8 @@ tools:
toolshed.g2.bx.psu.edu/repos/iuc/filtlong/filtlong/.*:
mem: 50
toolshed.g2.bx.psu.edu/repos/iuc/funannotate_annotate/funannotate_annotate/.*:
cores: 4
mem: 15
cores: 8
mem: 40
toolshed.g2.bx.psu.edu/repos/iuc/funannotate_predict/funannotate_predict/.*:
cores: 12
mem: 12
Expand Down
Loading