0ba42be287a75035fd47e15f221c63cd4aa221aa hiram Tue Apr 29 21:26:03 2025 -0700 viral reached a new low of 7 no redmine diff --git src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh index 3eaeab79615..e59025836c3 100755 --- src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh +++ src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh @@ -33,31 +33,31 @@ 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 elif [ "${subset}" == "fungi" ]; then minTrackCount=10 elif [ "${subset}" == "viral" ]; then - minTrackCount=7 + 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 for dirPath in `~/kent/src/hg/makeDb/doc/asmHubs/mkSendList.pl "${orderList}"` do ((doneCount=doneCount+1))