27228c7e494674469a64cdeb61d7c4e433102f24 hiram Thu Jan 2 13:16:14 2020 -0800 updated text to global reference wording refs #24534 diff --git src/hg/makeDb/doc/globalReference/mkAsmStats.pl src/hg/makeDb/doc/globalReference/mkAsmStats.pl index 8d0ce11..86bdb9f 100755 --- src/hg/makeDb/doc/globalReference/mkAsmStats.pl +++ src/hg/makeDb/doc/globalReference/mkAsmStats.pl @@ -26,41 +26,43 @@ my $text = reverse $_[0]; $text =~ s/(\d\d\d)(?=\d)(?!\d*\.)/$1,/g; return scalar reverse $text } ############################################################################## ### start the HTML output ############################################################################## sub startHtml() { my $timeStamp = `date "+%F"`; chomp $timeStamp; print <<"END" - + -

Platinum Genomes Project assembly statistics

+

Global Reference Genomes Project assembly statistics

-This assembly hub contains assemblies released -by the -Platinum Genomes Project. -

+This assembly hub contains assemblies collected by the +Reference +Genome Improvement Project from Washington University in Saint Louis, Missouri, USA. For more +information, contact + +Tina Graves-Lindsay.

See also: hub access

Data resource links

NOTE: Click on the column headers to sort the table by that column END } ############################################################################## ### start the table output ############################################################################## sub startTable() { print <<"END"