JWS-112 Bumping version of Mafft to version 7.310.
[jabaws.git] / binaries / src / mafft / readme
index fd5ef6e..46b3a1b 100644 (file)
@@ -1,6 +1,6 @@
 -----------------------------------------------------------------------
   MAFFT: a multiple sequence alignment program
-  version 6.857beta, 2011/05/30
+  version 7.310beta, 2017/Mar/17
 
   http://mafft.cbrc.jp/alignment/software/
   kazutaka.katoh@aist.go.jp
@@ -27,8 +27,8 @@
      % cd ..
 
 
-2. INSTALL (select 2a or 2b [])
-2a. Install as root
+2. INSTALL (select 2a or 2b)
+2a. Install to /usr/local/ using root account
      # cd core
      # make install
      # cd ..
      the binaries in the /somewhere/else/ directory are used, instead 
      of those in /usr/local/libexec/mafft/.
 
-2b. Install without being root
+2b. Install to non-default location (root account is not necessary)
      % cd core/
           Edit the first line of Makefile 
           From:
-          PREFIX = ${PKGDIR}/usr/local
+          PREFIX = /usr/local
           To:
           PREFIX = /home/your_home/somewhere
 
@@ -68,7 +68,7 @@
      % cd ../extensions/
           Edit the first line of Makefile 
           From:
-          PREFIX = ${PKGDIR}/usr/local
+          PREFIX = /usr/local
           To:
           PREFIX = /home/your_home/somewhere
      % make clean