1246c62aed3a510683ecb63c27e11ff1fe623140
hiram
  Wed Oct 8 13:49:50 2025 -0700
some archaea have slipped to 9 tracks refs #29545

diff --git src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh
index bd11560fd11..500650acb39 100755
--- src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh
+++ src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh
@@ -29,31 +29,31 @@
 elif [ "${subset}" == "bacteria" ]; then
   minTrackCount=7
 elif [ "${subset}" == "legacy" ]; then
   minTrackCount=8
 elif [ "${subset}" == "plants" ]; then
   minTrackCount=10
 elif [ "${subset}" == "birds" ]; then
   minTrackCount=11
 elif [ "${subset}" == "fish" ]; then
   minTrackCount=11
 elif [ "${subset}" == "mammals" ]; then
   minTrackCount=9
 elif [ "${subset}" == "vertebrate" ]; then
   minTrackCount=11
 elif [ "${subset}" == "archaea" ]; then
-  minTrackCount=9
+  minTrackCount=8
 elif [ "${subset}" == "fungi" ]; then
   minTrackCount=10
 elif [ "${subset}" == "viral" ]; then
   minTrackCount=6
 fi
 
 # printf "# DBG subset '%s' min: %d\n" "${subset}" "${minTrackCount}" 1>&2
 
 export dbHost="localhost"
 export hubSource="hgdownload-test.gi.ucsc.edu"
 if [ "${host}" = "apibeta.soe.ucsc.edu" ]; then
   hubSource="hgdownload.soe.ucsc.edu"
 fi
 
 export totalTrackCount=0