metagenomics / metagenomics-tk

GNU Affero General Public License v3.0
0 stars 0 forks source link

fix(annotation): mmseqs taxonomy should consider container ram limit #366

Closed pbelmann closed 6 days ago

pbelmann commented 1 week ago

The MMseqs taxonomy previously attempted to allocate the RAM of the assigned machine and did not respect the RAM limit of the container. This PR introduces the --split-ram limit parameter which appears to work in newer mmseqs versions.

Before merge: