X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=binaries%2Fsrc%2Fcompilebin.sh;h=441cdb0bde270e98701578498b88ca6abe33ef1c;hb=7d95ae4c69a42a125d385912a49b31b38ac99e3b;hp=466ecf06d569c8a69aa3c0a0fd73dec017290a4c;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/binaries/src/compilebin.sh b/binaries/src/compilebin.sh index 466ecf0..441cdb0 100644 --- a/binaries/src/compilebin.sh +++ b/binaries/src/compilebin.sh @@ -10,16 +10,19 @@ make chmod +x src/clustalw2 cd .. +echo "Compiling Clustal Omega..." +cd clustalo +make clean +chmod +x ./configure +./configure +make +cd .. + echo "Compiling Mafft..." cd mafft/core make clean make -chmod +x mafft cd ../.. -cd mafft/binaries -chmod +x * -cd ../.. - echo "Compiling Mafft dependency fasta34..." cd fasta34 @@ -31,9 +34,8 @@ cd .. echo "Compiling Muscle..." cd muscle -rm -f *.o +rm -f *.o muscle make -chmod +x muscle cd .. echo "Compiling Probcons..." @@ -50,3 +52,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 +chmod +x ./configure +./configure +make +cp source_c/sav_gol ../ +cd .. +echo "DONE" +chmod +x sav_gol +cd .. + +echo "Setting up GlobPlot ..." +cp disembl/sav_gol globplot/sav_gol +cd globplot +chmod +x GlobPlot.py +echo "DONE" +cd .. + +echo "Compiling IUPred..." +cd iupred +make clean +make +echo "DONE" +cd .. +