JWS-117 Compiled all tools with ./compilebin.sh and some were missing related files.
[jabaws.git] / binaries / src / compilebin.sh
old mode 100755 (executable)
new mode 100644 (file)
index 0eee21d..b0e478b
@@ -12,10 +12,11 @@ cd ..
 
 echo "Compiling Clustal Omega..."
 cd clustalo
-make clean
 chmod +x ./configure 
 ./configure
+make clean
 make
+chmod +x src/clustalo
 cd ..
 
 echo "Compiling Mafft..."
@@ -51,6 +52,7 @@ chmod +x install
 ./install clean
 ./install t_coffee -force
 chmod +x t_coffee_source/t_coffee
+export PATH=$PATH:$PWD/t_coffee_source
 cd ..
 
 echo "Compiling DisEMBL..."