b87243c823ae619a0f382db4236df99216f3f1e8
braney
  Mon Dec 13 10:38:39 2021 -0800
some knownGene cleanup

diff --git src/hg/utils/otto/knownGene/buildKnown.sh src/hg/utils/otto/knownGene/buildKnown.sh
index 8f44c03..bb77003 100755
--- src/hg/utils/otto/knownGene/buildKnown.sh
+++ src/hg/utils/otto/knownGene/buildKnown.sh
@@ -1,17 +1,21 @@
 #!/bin/sh -ex
 {
-. ./buildEnv.sh
+source ./buildEnv.sh
 cd $dir
 
 buildCore.sh
 buildBlast.sh &
 buildBioCyc.sh &
 #buildCgap.sh &
 buildFoldUtr.sh &
 #buildKegg.sh &
 buildPfamScop.sh &
 buildTo.sh &
 # buildMafGene.sh &
 wait
+
+hgsql $tempDb -Ne "drop view trackDb"
+hgsql $tempDb -Ne "drop view chromInfo"
+
 echo "BuildKnown successfully finished"
 } > doKnown.log < /dev/null 2>&1