X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=binaries%2Fsrc%2Fsetexecflag.sh;h=aa82b3d1eb97d3a947af111fc4afad8dc6950ea2;hb=45e7971200c7581b398aba09aa917cf2f7e46d52;hp=a5c80102acbd1f93e6d649d43dc7a8023041f1d6;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/binaries/src/setexecflag.sh b/binaries/src/setexecflag.sh index a5c8010..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 @@ -19,3 +23,11 @@ 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 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