4a568aec7679647ea8d195ac4e303de461f6c71e
hiram
  Mon Apr 24 14:11:07 2023 -0700
adding src/optimalLeaf directory to the fetch source no redmine

diff --git src/userApps/fetchKentSource.sh src/userApps/fetchKentSource.sh
index 759a1d5..4262767 100755
--- src/userApps/fetchKentSource.sh
+++ src/userApps/fetchKentSource.sh
@@ -280,28 +280,29 @@
 src/hg/makeDb/hgMrnaRefseq \
 src/hg/makeDb/schema \
 src/hg/makeDb/tfbsConsLoc \
 src/hg/makeDb/tfbsConsSort > part${partNumber}Src.zip
 
 unzip -o -q part${partNumber}Src.zip
 
 ((partNumber++))
 echo "fetch kent source part ${partNumber} ${ofN}" 1>&2
 
 git archive --format=zip -9 --remote=git://genome-source.soe.ucsc.edu/kent.git \
 --prefix=kent/ ${branch} \
 src/parasol \
 src/tabFile \
 src/htslib \
+src/optimalLeaf \
 src/hg/pslToChain \
 src/hg/makeDb/outside \
 src/hg/makeDb/trackDbRaFormat \
 src/hg/makeDb/trackDbPatch \
 src/hg/makeDb/dbDbToHubTxt \
 src/hg/makeDb/trackDbToTxt \
 src/hg/mouseStuff \
 src/hg/ratStuff \
 src/hg/nci60 \
 src/hg/visiGene/knownToVisiGene \
 src/hg/visiGene/hgVisiGene > part${partNumber}Src.zip
 
 unzip -o -q part${partNumber}Src.zip