ca11012b924166d7e0ba584565b69daea10aae79 hiram Tue Aug 19 20:59:23 2025 -0700 when making a "minimal" set the tsv file does not have the clade name, thus default track count is the minimum 6 refs #34337 diff --git src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh index 2bc6683a355..bd11560fd11 100755 --- src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh +++ src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh @@ -9,31 +9,31 @@ printf "apibeta.soe.ucsc.edu - to use the hgwbeta server\n" 1>&2 exit 255 fi # printf "usage: ./verifyOnDownload.sh \n" 1>&2 # ${toolsDir}/mkSendList.pl ${orderList} | while read F; do \ # ${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 +export minTrackCount=6 if [ "${subset}" == "invertebrate" ]; then minTrackCount=9 elif [ "${subset}" == "brc" ]; then minTrackCount=6 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