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" <!DOCTYPE HTML 4.01 Transitional> -<!--#set var="TITLE" value="Platinum Genomes Project assembly statistics" --> +<!--#set var="TITLE" value="Global Reference Genomes Project assembly statistics" --> <!--#set var="ROOT" value="../.." --> <!--#include virtual="\$ROOT/inc/gbPageStartHardcoded.html" --> -<h1>Platinum Genomes Project assembly statistics</h1> +<h1>Global Reference Genomes Project assembly statistics</h1> <p> -This assembly hub contains assemblies released -by the <a href='https://genome.cshlp.org/content/27/1/157' target=_blank> -Platinum Genomes Project.</a> -</p> +This assembly hub contains assemblies collected by the +<a href="https://www.genome.wustl.edu/items/reference-genome-improvement/" target=_blank>Reference +Genome Improvement Project</a> from Washington University in Saint Louis, Missouri, USA. For more +information, contact +<a href="https://www.genome.wustl.edu/people/tina-graves-lindsay/" target=_blank> +Tina Graves-Lindsay</a>.</p> <p> <h3>See also: <a href='index.html' target=_blank>hub access</a></h3> </p> <h3>Data resource links</h3> NOTE: <em>Click on the column headers to sort the table by that column</em> END } ############################################################################## ### start the table output ############################################################################## sub startTable() { print <<"END"