X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=binaries%2Fsrc%2Fsetexecflag.sh;h=aa82b3d1eb97d3a947af111fc4afad8dc6950ea2;hb=1e02ee8d9a4c7c4493580598fa98b022f097cbf5;hp=a8b2da3d9d579c480968bac3dfae594177ff91e4;hpb=af492ad452b4208e2b9b47f43bc328d29b14b71b;p=jabaws.git diff --git a/binaries/src/setexecflag.sh b/binaries/src/setexecflag.sh index a8b2da3..aa82b3d 100644 --- a/binaries/src/setexecflag.sh +++ b/binaries/src/setexecflag.sh @@ -1,11 +1,15 @@ -#!/bin/bash +#!/bin/sh echo "" echo "Setting executable flag for Clustalw..." chmod +x clustalw/src/clustalw2 +echo "Setting executable flag for Clustal Omega..." +chmod +x clustalo/src/clustalo + echo "Setting executable flag for Mafft..." chmod +x mafft/binaries/* +chmod +x mafft/scripts/* echo "Setting executable flag for Mafft dependency fasta34 ..." chmod +x fasta34/fasta34 @@ -20,5 +24,10 @@ 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 +chmod +x disembl/disembl disembl/sav_gol disembl/DisEMBL.py + +echo "Setting executable flag for GlobPlot..." +chmod +x globplot/GlobPlot.py globplot/sav_gol +echo "Setting executable flag for IUPred..." +chmod +x iupred/iupred