3 if [ "$1" == "cluster" ]; then
4 file=wham_T280K_ave.pdb
10 if [ ! -f $file ]; then
11 echo "CRITICAL: out $file does not exist"
15 fam=`grep THERE clust_clust.out_000|awk '{print $3}'`
16 grep THERE clust_clust.out_000
17 grep REMARK wham*[1-9].pdb
19 if [ "$fam" != "5" ]; then
20 echo 'ERROR: number of families not equal 5'