IUpred integration
[jabaws.git] / binaries / src / compilebin.sh
index 3cc20b2..405921e 100644 (file)
@@ -67,5 +67,18 @@ 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 ..