c41a4f1cb64b449dcba3318ec07c7569825d1ac9 hiram Wed Oct 4 16:23:42 2023 -0700 correctly indicate IGV link in common name column header title refs #29545 diff --git src/hg/makeDb/doc/asmHubs/mkHubIndex.pl src/hg/makeDb/doc/asmHubs/mkHubIndex.pl index 0a1bbc1..1a2fe6f 100755 --- src/hg/makeDb/doc/asmHubs/mkHubIndex.pl +++ src/hg/makeDb/doc/asmHubs/mkHubIndex.pl @@ -220,31 +220,31 @@ } print <<"END"; The other links provide access to NCBI resources for these assemblies. END } # sub startHtml() ############################################################################## ### start the table output ############################################################################## sub startTable() { print ' <table class="sortable" border="1"> <thead style="position:sticky; top:0;"><tr><th>count</th> - <th><span style="float: left;">common name and<br>view in UCSC browser</span><span style="float: right;">[IGV browser]</span></th> + <th><span style="float: left;">common name and<br>view in UCSC browser</span><span style="float: right;">[IGV browser]</span></th> <th>scientific name<br>and data download</th> <th>NCBI assembly</th> <th>BioSample</th> '; if ("viral" ne $asmHubName) { printf " <th>BioProject</th>\n"; } printf "<th>assembly date,<br>source link</th>\n"; if ("legacy" eq $asmHubName) { printf "<th>clade</th>\n"; } if ($ccgpIndex) {