From: cmzmasek@gmail.com Date: Wed, 16 May 2012 03:19:44 +0000 (+0000) Subject: silly script X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=7aa1c3a666afaefa1173879c80b7bf64d079f69b;p=jalview.git silly script --- diff --git a/forester/sh/x.sh b/forester/sh/x.sh new file mode 100644 index 0000000..50b4769 --- /dev/null +++ b/forester/sh/x.sh @@ -0,0 +1,8 @@ +for i in * +do + if test -f "$i" + then + echo "Doing somthing to $i" + cd-hit -c 0.90 -i $i -o cdhit090/$i + fi +done \ No newline at end of file