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