Adding listener for setting executable flag on the web application start up
[jabaws.git] / binaries / src / setexecflag.sh
index 3121737..aa82b3d 100644 (file)
@@ -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 
@@ -24,3 +28,6 @@ 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