b31907d700c1fe956e4e4c20e64d91de027d7c84 markd Tue May 14 02:03:33 2024 -0700 merge blatHuge implementation diff --git src/gfServer/tests/testProtTwoBit src/gfServer/tests/testProtTwoBit deleted file mode 100755 index f8a8d30..0000000 --- src/gfServer/tests/testProtTwoBit +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -e -gfServer start -trans localhost 17768 -canStop input/creaGeno.2bit >/dev/null & -sleep 1 -gfServer protQuery localhost 17768 input/mCrea.pep > output/testProtTwoBit.out -gfServer stop localhost 17768 > /dev/null -diff -u expected/testProtTwoBit.out output/testProtTwoBit.out