X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fsh%2Fx.sh;h=2e17d41a8de601868125f158e82b350f5bc230fc;hb=c3d667617098119dcc59c1d57a8db410fc82cd74;hp=50b47690437fb27ab1a12d23665a7555fd5f2f72;hpb=7aa1c3a666afaefa1173879c80b7bf64d079f69b;p=jalview.git diff --git a/forester/sh/x.sh b/forester/sh/x.sh index 50b4769..2e17d41 100644 --- a/forester/sh/x.sh +++ b/forester/sh/x.sh @@ -2,7 +2,7 @@ for i in * do if test -f "$i" then - echo "Doing somthing to $i" - cd-hit -c 0.90 -i $i -o cdhit090/$i + echo "Doing something to $i" + cd-hit -c 0.95 -i $i -o cdhit095/$i fi done \ No newline at end of file