950dd9f87f20b0b5c014a980672965bfc9ddf58b
hiram
  Tue Oct 25 13:54:13 2022 -0700
adding two assemblies per user request refs #29545

diff --git src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh
index b0de966..4b690f1 100755
--- src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh
+++ src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh
@@ -20,30 +20,32 @@
 export doneCount=0
 export fileName=`basename $orderList`
 export subset=${fileName%.orderList.tsv}
 
 export minTrackCount=12
 if [ "${subset}" == "invertebrate" ]; then
   minTrackCount=9
 elif [ "${subset}" == "bacteria" ]; then
   minTrackCount=9
 elif [ "${subset}" == "plants" ]; then
   minTrackCount=11
 elif [ "${subset}" == "birds" ]; then
   minTrackCount=11
 elif [ "${subset}" == "mammals" ]; then
   minTrackCount=9
+elif [ "${subset}" == "vertebrate" ]; then
+  minTrackCount=11
 elif [ "${subset}" == "archaea" ]; then
   minTrackCount=9
 elif [ "${subset}" == "viral" ]; then
   minTrackCount=7
 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