Easy steps to install mafft package on Mac
Package Information:
Application Name – mafft
What is mafft – Not Available for mafft
Use of mafft – Multiple alignments with fast Fourier transforms
URL – https://mafft.cbrc.jp/alignment/software/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install mafft using brew
brew install mafft
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
mafft is ready to use now!