4ef472a0cd3441f7b6f490c8651b9975c5946830
braney
  Mon Aug 23 15:15:54 2021 -0700
polishing up the VM27 release of knownGene

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