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:
The PR must be reviewed by one of the team members.
Please check if anything in the Readme must be adjusted, or added (development-setup, production-setup, user-guide).
PRs with new modules or workflow interfaces must include tests according to the developer guidelines.
The new code is readable, well commented and should adhere to our developer guidelines.
Before merging it must be checked if a squash of commits is required.
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:
The PR must be reviewed by one of the team members.
Please check if anything in the Readme must be adjusted, or added (development-setup, production-setup, user-guide).
PRs with new modules or workflow interfaces must include tests according to the developer guidelines.
The new code is readable, well commented and should adhere to our developer guidelines.
Before merging it must be checked if a squash of commits is required.