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

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