28a636911e6c047443019dc9db604e2fc68714b6 hiram Sun Nov 17 13:00:07 2024 -0800 BRC now has some virus sequences that only have 9 tracks refs #34337 diff --git src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh index 75ada48..a86e000 100755 --- src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh +++ src/hg/makeDb/doc/asmHubs/verifyOnDownload.sh @@ -13,31 +13,31 @@ # printf "usage: ./verifyOnDownload.sh <GCF/012/345/678/GCF_012345678.nn>\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 if [ "${subset}" == "invertebrate" ]; then minTrackCount=9 elif [ "${subset}" == "brc" ]; then - minTrackCount=10 + minTrackCount=9 elif [ "${subset}" == "bacteria" ]; then minTrackCount=8 elif [ "${subset}" == "legacy" ]; then minTrackCount=9 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