cb59efe858749d4bdf974cb58e9a9da3c92236ac brianlee Mon Jul 1 09:34:11 2019 -0700 Revert "Removing link to openhelix from table browser text, refs #21947" -OpenHelix works again and adding back the link to OpenHelix on the Table Browser This reverts commit 5dcf4017bd19b7c13cdb1bc730b10cf25628fbb6. diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index 6ff1fe4..9dfd25f 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -913,33 +913,36 @@ else { return ""; } } void mainPageAfterOpen(struct sqlConnection *conn) /* Put up main page assuming htmlOpen()/htmlClose() * will happen in calling routine. */ { hPrintf( "Use this program to retrieve the data associated with a track in text " "format, to calculate intersections between tracks, and to retrieve " "DNA sequence covered by a track. For help in using this application " "see Using the Table Browser for a description " - "of the controls in this form, and the " + "of the controls in this form, the " "User's Guide for " - "general information and sample queries. " + "general information and sample queries, and the OpenHelix Table Browser " + "tutorial for a narrated presentation of the software " + "features and usage. " "For more complex queries, you may want to use " "Galaxy or " "our public " "MySQL server. " "To examine the biological function of your set through annotation " "enrichments, send the data to " "GREAT. " "%s" "Refer to the " "Credits page for the list of " "contributors and usage restrictions associated with these data. " "All tables can be downloaded in their entirety from the " "Sequence and Annotation Downloads page." , getGenomeSpaceText()