66b1030888d2fbc504ed737350256b20442367c7 braney Fri Sep 3 10:43:22 2021 -0700 ongoing work on knownGene automation diff --git src/hg/utils/otto/knownGene/buildKnown.sh src/hg/utils/otto/knownGene/buildKnown.sh index e9960e7..8f44c03 100755 --- src/hg/utils/otto/knownGene/buildKnown.sh +++ src/hg/utils/otto/knownGene/buildKnown.sh @@ -1,17 +1,17 @@ #!/bin/sh -ex { -. buildEnv.sh +. ./buildEnv.sh cd $dir buildCore.sh buildBlast.sh & buildBioCyc.sh & #buildCgap.sh & buildFoldUtr.sh & #buildKegg.sh & buildPfamScop.sh & buildTo.sh & -buildMafGene & +# buildMafGene.sh & wait echo "BuildKnown successfully finished" } > doKnown.log < /dev/null 2>&1