d0aad7f66c2fee0fa9366c3b3caf4d761750c055
braney
  Tue Aug 17 10:27:07 2021 -0700
first version of Gencode genes (knownGene version) for mm39

diff --git src/hg/utils/otto/knownGene/buildKnown.sh src/hg/utils/otto/knownGene/buildKnown.sh
new file mode 100755
index 0000000..8c01779
--- /dev/null
+++ src/hg/utils/otto/knownGene/buildKnown.sh
@@ -0,0 +1,16 @@
+#!/bin/sh -ex
+{
+. buildEnv.sh
+cd $dir
+
+buildCore.sh
+buildBlast.sh &
+buildBioCyc.sh &
+#buildCgap.sh &
+buildFoldUtr.sh &
+#buildKegg.sh &
+buildPfamScop.sh &
+buildTo.sh &
+wait
+echo "BuildKnown successfully finished"
+} > doKnown.log < /dev/null 2>&1