Dundee compiled x86 binaries a few fixes for compile script
[jabaws.git] / binaries / src / compilebin.sh
index c530cca..10113cb 100644 (file)
@@ -26,9 +26,8 @@ cd ..
 
 echo "Compiling Muscle..."
 cd muscle
-rm -f *.o
+rm -f *.o muscle
 make
-chmod +x muscle
 cd ..
 
 echo "Compiling Probcons..."
@@ -54,6 +53,7 @@ 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 ../
@@ -62,12 +62,11 @@ echo "DONE"
 chmod +x sav_gol
 cd ..
 
-# TODO copy sav_gol other from disembl
-echo "Compiling GlobPlot..."
+echo "Setting up GlobPlot ..."
+cp disembl/sav_gol globplot/sav_gol
 cd globplot
-echo "DONE"
-# TODO deal with the links
 chmod +x GlobPlot.py
+echo "DONE"
 cd ..
 
 echo "Compiling IUPred..."