48490b259deed7ec0de7a554bc853ee78dd3d024 brianlee Thu Feb 6 15:03:52 2020 -0800 Revert "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 cb59efe858749d4bdf974cb58e9a9da3c92236ac. diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index 1c93157..9ee309b 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -937,36 +937,33 @@ 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 <A HREF=\"#Help\">Using the Table Browser</A> for a description " - "of the controls in this form, the " + "of the controls in this form, and the " "<A HREF=\"../goldenPath/help/hgTablesHelp.html\">User's Guide</A> for " - "general information and sample queries, and the OpenHelix Table Browser " - "<A HREF=\"http://www.openhelix.com/cgi/tutorialInfo.cgi?id=28\" " - "TARGET=_blank>tutorial</A> for a narrated presentation of the software " - "features and usage. " + "general information and sample queries. " "For more complex queries, you may want to use " "<A HREF=\""GALAXY_URL_BASE"\" target=_BLANK>Galaxy</A> or " "our <A HREF=\"../goldenPath/help/mysql.html\">public " "MySQL server</A>. " "To examine the biological function of your set through annotation " "enrichments, send the data to " "<A HREF=\"http://great.stanford.edu\" target=_BLANK>GREAT</A>. " "%s" "Refer to the " "<A HREF=\"../goldenPath/credits.html\">Credits</A> page for the list of " "contributors and usage restrictions associated with these data. " "All tables can be downloaded in their entirety from the " "<A HREF=\"http://hgdownload.soe.ucsc.edu/downloads.html\"" ">Sequence and Annotation Downloads</A> page." , getGenomeSpaceText()