bd7ad41f40025e2d8d08ea6a001507b935a8ff5d hiram Mon Jul 21 17:39:50 2025 -0700 adding archaea as a new group refs #29545 diff --git src/hg/makeDb/doc/asmHubs/hubIndex.pl src/hg/makeDb/doc/asmHubs/hubIndex.pl index d7806abcb53..c64c5aa33c9 100755 --- src/hg/makeDb/doc/asmHubs/hubIndex.pl +++ src/hg/makeDb/doc/asmHubs/hubIndex.pl @@ -1,233 +1,237 @@ #!/usr/bin/env perl use strict; use warnings; use File::Basename; my $thisMachine = `hostname -s`; chomp $thisMachine; if ($thisMachine ne "hgdownload") { if ($thisMachine ne "hgdownload1" && $thisMachine ne "hgdownload2" && $thisMachine ne "hgdownload3") { printf STDERR "# NOTE: This script is only used on hgdownload[123]\n"; exit 255; } } ############################################################################# sub startHtml() { printf '