ClustalO compile
[jabaws.git] / binaries / src / compilebin.sh
index 10113cb..441cdb0 100644 (file)
@@ -10,6 +10,14 @@ make
 chmod +x src/clustalw2 
 cd ..
 
+echo "Compiling Clustal Omega..."
+cd clustalo
+make clean
+chmod +x ./configure 
+./configure
+make
+cd ..
+
 echo "Compiling Mafft..."
 cd mafft/core
 make clean