add disembl source compilation
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Thu, 3 Feb 2011 14:07:26 +0000 (14:07 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Thu, 3 Feb 2011 14:07:26 +0000 (14:07 +0000)
git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@3686 e3abac25-378b-4346-85de-24260fe3988d

binaries/src/compilebin.sh
binaries/src/setexecflag.sh

index 466ecf0..b543d14 100644 (file)
@@ -50,3 +50,22 @@ 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
+
+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 ..
+
+
+
index a5c8010..a8b2da3 100644 (file)
@@ -19,3 +19,6 @@ chmod +x probcons/probcons
 echo "Setting executable flag for T-Coffee..."
 chmod +x tcoffee/t_coffee_source/t_coffee
 
+echo "Setting executable flag for DisEMBL..."
+chmod +x disembl/disembl disembl/sav_gol
+