Minor changes
[jabaws.git] / binaries / src / compilebin.sh
index b543d14..441cdb0 100644 (file)
@@ -10,17 +10,20 @@ 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
 make
-chmod +x mafft 
-cd ../..
-cd mafft/binaries
-chmod +x *
 cd ../..
 
-
 echo "Compiling Mafft dependency fasta34..."
 cd fasta34
 rm *.o
@@ -31,9 +34,8 @@ cd ..
 
 echo "Compiling Muscle..."
 cd muscle
-rm -f *.o
+rm -f *.o muscle
 make
-chmod +x muscle
 cd ..
 
 echo "Compiling Probcons..."
@@ -55,10 +57,11 @@ echo "Compiling DisEMBL..."
 cd disembl
 gcc -O3 disembl.c -o disembl
 echo "DONE"
-chmod +x disembl
+chmod +x disembl DisEMBL.py
 
 echo "Compiling DisEMBL dependancy Tisean... "
 cd Tisean_3.0.1
+chmod +x ./configure
 ./configure
 make
 cp source_c/sav_gol ../
@@ -67,5 +70,17 @@ echo "DONE"
 chmod +x sav_gol
 cd ..
 
+echo "Setting up GlobPlot ..."
+cp disembl/sav_gol globplot/sav_gol
+cd globplot
+chmod +x GlobPlot.py
+echo "DONE"
+cd ..
 
+echo "Compiling IUPred..."
+cd iupred
+make clean
+make 
+echo "DONE"
+cd ..