User Tools

Site Tools


mafft-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
mafft-software [2018/01/15 16:47] – created aorthmafft-software [2021/03/15 12:26] aorth
Line 2: Line 2:
 MAFFT is a multiple sequence alignment program for unix-like operating systems.  It offers a range of multiple alignment methods, L-INS-i (accurate; for alignment of <∼200 sequences), FFT-NS-2 (fast; for alignment of <∼30,000 sequences), etc.  MAFFT is a multiple sequence alignment program for unix-like operating systems.  It offers a range of multiple alignment methods, L-INS-i (accurate; for alignment of <∼200 sequences), FFT-NS-2 (fast; for alignment of <∼30,000 sequences), etc. 
  
-  * Latest Version: 7.313 +  * Latest Version: 7.475 
-  * Added: 2011 +  * Added: October, 2011 
-  * Updated: January2018+  * Updated: March2021
   * Link: https://mafft.cbrc.jp/alignment/software/   * Link: https://mafft.cbrc.jp/alignment/software/
  
Line 14: Line 14:
 Load a particular version of mafft: Load a particular version of mafft:
  
-<code>$ module load mafft/7.313</code>+<code>$ module load mafft/7.475</code>
  
 ===== Installation ===== ===== Installation =====
Line 20: Line 20:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://mafft.cbrc.jp/alignment/software/mafft-7.313-with-extensions-src.tgz +$ wget https://mafft.cbrc.jp/alignment/software/mafft-7.475-with-extensions-src.tgz 
-$ tar xf mafft-7.313-with-extensions-src.tgz +$ cd mafft-7.475-with-extensions/core 
-$ cd mafft-7.313-with-extensions/core +$ sed -i 's/PREFIX = \/usr\/local/PREFIX = \/export\/apps\/mafft\/7.475/' Makefile
-$ sed -i 's/PREFIX = \/usr\/local/PREFIX = \/export\/apps\/mafft\/7.313/' Makefile +
-$ make clean+
 $ make $ make
-$ sudo mkdir -p /export/apps/mafft/7.313 +$ sudo mkdir -p /export/apps/mafft/7.475 
-$ sudo chown aorth /export/apps/mafft/7.313+$ sudo chown aorth /export/apps/mafft/7.475
 $ make install $ make install
 $ cd ../extensions $ cd ../extensions
-$ sed -i 's/PREFIX = \/usr\/local/PREFIX = \/export\/apps\/mafft\/7.313/' Makefile +$ sed -i 's/PREFIX = \/usr\/local/PREFIX = \/export\/apps\/mafft\/7.475/' Makefile
-$ make clean+
 $ make $ make
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/mafft/7.313</code>+$ sudo chown -R root:root /export/apps/mafft/7.475</code>
mafft-software.txt · Last modified: 2023/09/07 09:39 by aorth