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

add a rule to interproscan for more memory #57

Merged
merged 2 commits into from
Oct 28, 2024
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
5 changes: 5 additions & 0 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ tools:
toolshed.g2.bx.psu.edu/repos/bgruening/interproscan/interproscan/.*:
cores: 8
mem: 40
rules:
- id: interproscan_metagenome_input_rule
if: input_size > 0.9
cores: 10
mem: 80
Copy link

Choose a reason for hiding this comment

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

Is it at all possible to put that to 100 or not really?

Copy link
Member Author

Choose a reason for hiding this comment

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

It would be possible, but we should be as close to real-world as possible

toolshed.g2.bx.psu.edu/repos/bgruening/keras_train_and_eval/keras_train_and_eval/.*:
cores: 4
env:
Expand Down
Loading