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 '
count | -common name and view in UCSC browser[IGV browser] |
+ common name and view in UCSC browser[IGV browser] |
scientific name and data download |
NCBI assembly | BioSample | '; if ("viral" ne $asmHubName) { printf "BioProject | \n"; } printf "assembly date, source link | \n";
if ("legacy" eq $asmHubName) {
printf "clade | \n"; } if ($ccgpIndex) {
---|