db9c2b48fcc1de441ccb8acd182394f038e6833b kate Mon May 3 18:03:40 2021 -0700 Polish TB intro paragraph text. refs #27408 diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index 661e181..df9f680 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -1011,54 +1011,53 @@ return "Send data to " "GenomeSpace for use with diverse computational tools. "; } 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 data associated with a track in text " - "format, to calculate intersections between tracks, and to retrieve " - "DNA sequence covered by a track." + "Use this tool to retrieve and export data from the Genome Browser annotation track database. " + "You can limit retrieval based on data attributes and intersect or merge with data from " + "another track, or retrieve DNA sequence covered by a track." ); hPrintf(" More..."); hPrintf( "" , getGenomeSpaceText() ); hPrintf(" "); // Show more or less intro text char jsText[1024]; safef(jsText, sizeof jsText, "$('#tbHelpMore').hide();" "$('#tbHelp').show();" "$('#tbHelpLess').show();" ); jsOnEventById("click", "tbHelpMore", jsText); safef(jsText, sizeof jsText,