61dc7885a5f1001e2bc189501379088f2b53379d
galt
  Mon Feb 23 15:42:36 2026 -0800
fixes things found automated codereview. for bigBedCmdSupport lib moved slAddHead, removed stray debugmsg and fixed comment and added static keyword. fixed bigChainToChain chromFound = FALSE, removed stray test makefile, fixed existing typo "tines", and added a missing space after issing space before optionMultiVal(). refs #37146

diff --git src/hg/utils/chainToBigChain/tests/makefile.galt.save src/hg/utils/chainToBigChain/tests/makefile.galt.save
deleted file mode 100644
index 5118fb6b2b6..00000000000
--- src/hg/utils/chainToBigChain/tests/makefile.galt.save
+++ /dev/null
@@ -1,28 +0,0 @@
-kentSrc = ../../../..
-include ../../../../inc/common.mk
-
-chainToBigChain = ${DESTBINDIR}/chainToBigChain
-bedToBigBed = ${DESTBINDIR}/bedToBigBed
-
-all:: test
-
-test:: simpleTest
-
-simpleTest: mkout
-	${chainToBigChain} input/hg38.mm10.test.chain output/$@.bigChain output/$@.bigChainLink
-	diff expected/$@.bigChain output/$@.bigChain
-	diff expected/$@.bigChainLink output/$@.bigChainLink
-	bedToBigBed -type=bed6+6 -as=${kentSrc}/hg/lib/bigChain.as -tab output/$@.bigChain input/hg38.chrom.sizes output/$@.bb
-	bedToBigBed -type=bed4+1 -as=${kentSrc}/hg/lib/bigLink.as -tab output/$@.bigChainLink input/hg38.chrom.sizes output/$@.link.bb
-	bigBedToBed output/$@.bb output/$@.bb.bed
-	diff expected/$@.bigChain output/$@.bb.bed
-	bigBedToBed output/$@.link.bb output/$@.link.bb.bed
-	diff expected/$@.bigChainLink output/$@.link.bb.bed
-	bigChainToChain output/$@.bb output/$@.link.bb output/$@.test.chain
-	diff input/hg38.mm10.test.chain output/$@.test.chain
-
-mkout:
-	@mkdir -p output
-
-clean::
-	rm -rf output