b31907d700c1fe956e4e4c20e64d91de027d7c84
markd
  Tue May 14 02:03:33 2024 -0700
merge blatHuge implementation

diff --git src/gfServer/tests/testTransTwoBit src/gfServer/tests/testTransTwoBit
deleted file mode 100755
index 9d0d118..0000000
--- src/gfServer/tests/testTransTwoBit
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash -e
-gfServer start -trans localhost 17768 -canStop input/creaGeno.2bit >/dev/null &
-sleep 1
-gfServer transQuery localhost 17768 input/mCrea.mrna > output/testTransTwoBit.out
-gfServer stop localhost 17768 > /dev/null
-diff -u expected/testTransTwoBit.out output/testTransTwoBit.out