4a41483c4135ecdd79d04bd5dbfe7354d5a8c75e
hiram
  Wed Apr 6 13:05:07 2022 -0700
prepear for trackDbOverrides operation in the future refs #29203

diff --git src/hg/utils/automation/asmHubTrackDb.sh src/hg/utils/automation/asmHubTrackDb.sh
index a983748..ba88ee3 100755
--- src/hg/utils/automation/asmHubTrackDb.sh
+++ src/hg/utils/automation/asmHubTrackDb.sh
@@ -769,15 +769,19 @@
 bigDataUrl bbi/%s.crisprAll.bb
 # details page is not using a mysql table but a tab-sep file
 detailsTabUrls _offset=bbi/%s.crisprAllDetails.tab
 url http://crispor.tefor.net/crispor.py?org=\$D&pos=\$S:\${&pam=NGG
 urlLabel Click here to show this guide on Crispor.org, with expression oligos, validation primers and more
 tableBrowser noGenome
 noGenomeReason This track is too big for whole-genome Table Browser access, it would lead to a timeout in your internet browser. Please see the CRISPR Track documentation, the section \"Data Access\", for bulk-download options. Contact us if you encounter difficulties with downloading the data.
 denseCoverage 0
 scoreFilterMax 100
 " "${asmId}" "${asmId}" "${asmId}"
 
 $scriptDir/asmHubCrisprAll.pl $asmId $buildDir/html/$asmId.names.tab $buildDir/trackData > $buildDir/html/$asmId.crisprAll.html
 
 fi
 
+if [ -s "${buildDir}/$asmId.trackDbOverrides.txt" ]; then
+  printf "\ninclude %s.trackDbOverrides.txt\n\n" "${accessionId}"
+fi
+