X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fsh%2Fx_msa_pro.sh;h=9bfc92cc5bcf9bc67155df7f5fc4a029c77536ad;hb=707f5d436d3bf4790d5801c0d83106f6ce9b06f4;hp=57544c146f0f9b2c13b2843b0183556b324bd208;hpb=c1fe7fa5cf07889a74cb6de92cd9a4f39e5687db;p=jalview.git diff --git a/forester/sh/x_msa_pro.sh b/forester/sh/x_msa_pro.sh index 57544c1..9bfc92c 100644 --- a/forester/sh/x_msa_pro.sh +++ b/forester/sh/x_msa_pro.sh @@ -1,4 +1,4 @@ -re="(.+)_mafft_1000_g\.aln" +re="(.+)_mafft_1000_l\.fasta" for i in * do if test -f "$i" @@ -7,7 +7,7 @@ do then name=${BASH_REMATCH[1]} echo $name - ruby /home/zma/git/forester/forester/ruby/evoruby/exe/msa_pro.rb -i=f -o=p -d -c -rr=0.5 -rsl=20 $i ${name}_mafft_1000_g_05_20 + ruby /home/zma/git/forester/forester/ruby/evoruby/exe/msa_pro.rb -i=f -o=p -d -c -rr=0.5 -rsl=20 $i ${name}_mafft_1000_l_05_20 rc=$? if [[ $rc != 0 ]] then