metagenomics / metagenomics-tk

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

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

Closed pbelmann closed 1 month ago

pbelmann commented 1 month 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: