IUpred integration
[jabaws.git] / binaries / src / compilebin.sh
index 466ecf0..405921e 100644 (file)
@@ -50,3 +50,35 @@ chmod +x install
 ./install t_coffee -force
 chmod +x t_coffee_source/t_coffee
 cd ..
+
+echo "Compiling DisEMBL..."
+cd disembl
+gcc -O3 disembl.c -o disembl
+echo "DONE"
+chmod +x disembl DisEMBL.py
+
+echo "Compiling DisEMBL dependancy Tisean... "
+cd Tisean_3.0.1
+./configure
+make
+cp source_c/sav_gol ../
+cd ..
+echo "DONE"
+chmod +x sav_gol
+cd ..
+
+# TODO copy sav_gol other from disembl
+echo "Compiling GlobPlot..."
+cd globplot
+echo "DONE"
+# TODO deal with the links
+chmod +x GlobPlot.py
+cd ..
+
+echo "Compiling IUPred..."
+cd iupred
+make clean
+make 
+echo "DONE"
+cd ..
+