b26ad6e7a08036ee13cd05598e81dbf5111be67d hiram Tue Jul 22 13:22:29 2025 -0700 minimum allowed tracks on bacteria lowered and more categories allow scientific name to come through as the "common name" in the browser for odd categories of archaea and bacteria refs #29545 diff --git src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh index 20d68a3248d..2bc6683a355 100755 --- src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh +++ src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh @@ -15,31 +15,31 @@ # ${toolsDir}/verifyOnDownload.sh $$F < /dev/null; done export host=$1 export orderList=$2 export successCount=0 export doneCount=0 export fileName=`basename $orderList` export subset=${fileName%.orderList.tsv} export minTrackCount=11 if [ "${subset}" == "invertebrate" ]; then minTrackCount=9 elif [ "${subset}" == "brc" ]; then minTrackCount=6 elif [ "${subset}" == "bacteria" ]; then - minTrackCount=8 + 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 elif [ "${subset}" == "fungi" ]; then