86b6f856f6131c16ac920d1604a1c1fe3ef9845f hiram Fri Dec 4 16:40:35 2020 -0800 adding legacy hub and correct links in trackData refs #23891 diff --git src/hg/makeDb/doc/asmHubs/commonHtml.pm src/hg/makeDb/doc/asmHubs/commonHtml.pm index 4cd0651..0697f76 100644 --- src/hg/makeDb/doc/asmHubs/commonHtml.pm +++ src/hg/makeDb/doc/asmHubs/commonHtml.pm @@ -16,53 +16,56 @@ qw( otherHubLinks htmlFooter ) ); # otherHubLinks: arg one: vgpIndex, arg two: asmHubName, arg three: orderList # arguments allow decision on customization of the table for different # types of assembly hubs sub otherHubLinks($$) { my ($vgpIndex, $asmHubName) = @_; # different table output for VGP index if ((0 == $vgpIndex) && ($asmHubName ne "viral")) { printf "
\n
Additional hubs with collections of assemblies | ||||||
---|---|---|---|---|---|---|
Additional hubs with collections of assemblies | ||||||
Assembly hubs index pages: | \n"; printf "Primates | \n"; printf "Mammals | \n"; printf "Birds | \n"; printf "Fish | \n"; printf "other vertebrates | \n"; + printf "legacy/superseded | \n"; printf "
Hubs assembly statistics: | \n"; printf "Primates | \n"; printf "Mammals | \n"; printf "Birds | \n"; printf "Fish | \n"; printf "other vertebrates | \n"; + printf "legacy/superseded | \n"; printf "
Hubs track statistics: | \n"; printf "Primates | \n"; printf "Mammals | \n"; printf "Birds | \n"; printf "Fish | \n"; printf "other vertebrates | \n"; + printf "legacy/superseded | \n"; printf "
\n
Alternate sets of VGP assemblies | ||||
---|---|---|---|---|
Index pages: | \n"; printf "primary assembly | \n"; printf "alternate/haplotype | \n"; printf "trio mat/pat | \n"; printf "legacy/superseded | \n"; printf "
Assembly statistics: | \n"; printf "primary assembly | \n"; printf "alternate/haplotype | \n";