cbrc
MAFFT version 7

Multiple alignment program for amino acid or nucleotide sequences

Error in stderr

line 2576: /dev/stderr: Permission denied
This error occurs when running mafft after switching user by the su command.

Workaround is:

% mafft --progress /dev/tty (other options) input > output
Or
% mafft --quiet (other options) input > output