b99d9ad5adfa3176196acb5f4ace0c98f9742646 hiram Fri May 22 14:13:48 2020 -0700 eliminate other hub indexes for VGP page index refs #25555 diff --git src/hg/makeDb/doc/asmHubs/mkAsmStats.pl src/hg/makeDb/doc/asmHubs/mkAsmStats.pl index eaafb3c..85afdfa 100755 --- src/hg/makeDb/doc/asmHubs/mkAsmStats.pl +++ src/hg/makeDb/doc/asmHubs/mkAsmStats.pl @@ -120,49 +120,64 @@ ############################################################################## sub endTable() { my $commaNuc = commify($overallNucleotides); my $commaSeqCount = commify($overallSeqCount); my $commaGapSize = commify($overallGapSize); my $commaGapCount = commify($overallGapCount); my $percentDone = 100.0 * $asmCount / $assemblyTotal; my $doneMsg = ""; if ($asmCount < $assemblyTotal) { $doneMsg = sprintf(" (%d build completed, %.2f %% finished)", $asmCount, $percentDone); } if ($assemblyTotal > 1) { - print <<"END" - + print "
\n
Additional hubs with collections of assemblies | |||||
---|---|---|---|---|---|
Assembly hubs index pages: | \n"; printf "Primates | \n"; printf "Mammals | \n";