Add py script to executable too
[jabaws.git] / binaries / src / setexecflag.sh
1 #!/bin/bash
2
3 echo ""
4 echo "Setting executable flag for Clustalw..."
5 chmod +x clustalw/src/clustalw2 
6
7 echo "Setting executable flag for Mafft..."
8 chmod +x mafft/binaries/* 
9
10 echo "Setting executable flag for Mafft dependency fasta34 ..."
11 chmod +x fasta34/fasta34 
12
13 echo "Setting executable flag for Muscle..."
14 chmod +x muscle/muscle
15
16 echo "Setting executable flag for Probcons..."
17 chmod +x probcons/probcons
18
19 echo "Setting executable flag for T-Coffee..."
20 chmod +x tcoffee/t_coffee_source/t_coffee
21
22 echo "Setting executable flag for DisEMBL..."
23 chmod +x disembl/disembl disembl/sav_gol disembl/DisEMBL.py 
24