if ( !lineage.get( i ).equalsIgnoreCase( up_taxonomy.getLineage().get( i ) ) ) {
[jalview.git] / forester / sh / x.sh
1 for i in * 
2 do
3     if test -f "$i" 
4     then
5        echo "Doing something to $i"
6        cd-hit -c 0.90 -i $i -o cdhit090/$i
7     fi
8 done