initial commit
[jalview.git] / forester / archive / RIO / others / hmmer / testsuite / Exercises.sh
1 #! /bin/sh
2
3 # Various exercises to test the package.
4 # SRE, Fri Oct 23 10:38:44 1998
5 # RCS $Id: Exercises.sh,v 1.1.1.1 2005/03/22 08:34:49 cmzmasek Exp $
6
7 # Test binary formats and interconversion.
8 #    (tests for bug detected in 2.1, fixed in 2.1.1a.)
9 #
10 ../binaries/hmmconvert -F fn3-bin      ex1.tmp > /dev/null
11 ../binaries/hmmconvert -F fn3-bin-swap ex2.tmp > /dev/null
12 diff ex1.tmp ex2.tmp > /dev/null
13 if (test $? != 0) then
14   echo FAILED: hmmconvert byteswap test
15 fi
16 rm ex1.tmp ex2.tmp
17