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 @@ -1,97 +1,100 @@ package commonHtml; # helper functions for common HTML output features use warnings; use strict; use Carp; use vars qw(@ISA @EXPORT_OK); use Exporter; @ISA = qw(Exporter); # This is a listing of the public methods and variables (which should be # treated as constants) exported by this module: @EXPORT_OK = ( 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"; printf "trio mat/pat | \n"; printf "legacy/superseded | \n"; printf "
Track statistics: | \n"; printf "primary assembly | \n"; printf "alternate/haplotype | \n"; printf "trio mat/pat | \n"; printf "legacy/superseded | \n"; printf "