68e60a3ccfe0c3aaa48f2fa85f86ca700d681e81 hiram Tue Mar 31 12:08:22 2020 -0700 correct hub.txt not testHub.txt refs #23891 diff --git src/hg/makeDb/doc/asmHubs/mkAsmStats.pl src/hg/makeDb/doc/asmHubs/mkAsmStats.pl index 1b713fa..5d1f5b0 100755 --- src/hg/makeDb/doc/asmHubs/mkAsmStats.pl +++ src/hg/makeDb/doc/asmHubs/mkAsmStats.pl @@ -121,45 +121,46 @@ } else { print <<"END" </tbody> </table> END } } # sub endTable() ############################################################################## ### end the HTML output ############################################################################## sub endHtml() { if ($asmHubName ne "viral") { - printf "<p>\n<table border='1'><thead>\n<tr>"; - printf "<th>Assembly hubs index pages: </th>\n"; + printf "<p>\n<table border='1'><thead>\n"; + printf "<tr><th colspan=6 style='text-align:center;'>Additional hubs with collections of assemblies</th></tr>\n"; + printf "<tr><th>Assembly hubs index pages: </th>\n"; printf "<th><a href='../primates/index.html'>Primates</a></th>\n"; printf "<th><a href='../mammals/index.html'>Mammals</a></th>\n"; printf "<th><a href='../birds/index.html'>Birds</a></th>\n"; printf "<th><a href='../fish/index.html'>Fish</a></th>\n"; printf "<th><a href='../vertebrate/index.html'>other vertebrates</a></th>\n"; printf "</tr><tr>\n"; printf "<th>Hubs assembly statistics: </th>\n"; - printf "<th><a href='../primates/asmStatsPrimates.html'>Primates</a></th>\n"; - printf "<th><a href='../mammals/asmStatsMammals.html'>Mammals</a></th>\n"; - printf "<th><a href='../birds/asmStatsBirds.html'>Birds</a></th>\n"; - printf "<th><a href='../fish/asmStatsFish.html'>Fish</a></th>\n"; - printf "<th><a href='../vertebrate/asmStatsVertebrate.html'>other vertebrates</a></th>\n"; + printf "<th><a href='../primates/asmStats.html'>Primates</a></th>\n"; + printf "<th><a href='../mammals/asmStats.html'>Mammals</a></th>\n"; + printf "<th><a href='../birds/asmStats.html'>Birds</a></th>\n"; + printf "<th><a href='../fish/asmStats.html'>Fish</a></th>\n"; + printf "<th><a href='../vertebrate/asmStats.html'>other vertebrates</a></th>\n"; printf "</tr><tr>\n"; printf "<th>Hubs track statistics: </th>\n"; printf "<th><a href='../primates/trackData.html'>Primates</a></th>\n"; printf "<th><a href='../mammals/trackData.html'>Mammals</a></th>\n"; printf "<th><a href='../birds/trackData.html'>Birds</a></th>\n"; printf "<th><a href='../fish/trackData.html'>Fish</a></th>\n"; printf "<th><a href='../vertebrate/trackData.html'>other vertebrates</a></th>\n"; printf "</tr></thead>\n</table>\n</p>\n"; } print <<"END" </div><!-- closing gbsPage from gbPageStartHardcoded.html --> </div><!-- closing container-fluid from gbPageStartHardcoded.html -->