Context
From the MAFFT Downloads page:
Versions 7.463 – 7.486 had a serious bug in the FFT-NS-i option; unnecessarily much memory was requested and the calculation sometimes failed. This bug also affected the --auto option. Please use 7.487 or higher. (2021/Jul/25)
Current MAFFT version on the Docker image is 7.475 which falls in the affected range.
|
RUN curl -fsSL https://mafft.cbrc.jp/alignment/software/mafft-7.475-linux.tgz \ |
I'm not sure if any workflows are affected, but noting it here regardless.
Possible solution
Upgrade MAFFT to 7.487 or higher.