We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
recetox_aplcms_compute_clusters
The tool currently has no config (so I assume 4GB by default?) and crashes when being given about 1GB of input data.
So I assume a rule like this would make sense?
toolshed.g2.bx.psu.edu/repos/recetox/recetox_aplcms_compute_clusters/recetox_aplcms_compute_clusters/.*: mem: 4 rules: - id: rcx_aplcms_clusters_large_input if: input_size >= 0.8 mem: 8
Is it also possible to stack these rules, so to provide even more memory if the input is even bigger?
The text was updated successfully, but these errors were encountered:
Sure have a look at https://github.com/usegalaxy-eu/infrastructure-playbook/blob/master/files/galaxy/tpv/tools.yml#L345
Sorry, something went wrong.
No branches or pull requests
The tool currently has no config (so I assume 4GB by default?) and crashes when being given about 1GB of input data.
So I assume a rule like this would make sense?
Is it also possible to stack these rules, so to provide even more memory if the input is even bigger?
The text was updated successfully, but these errors were encountered: