110f5e12a634db49ea9aa1ea23ff4965f1c2befe
galt
Tue Aug 14 13:48:57 2018 -0700
changing cse to soe in domains, sometimes gi. ref #21876
diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c
index 6ce957a..685cf39 100644
--- src/hg/hgTables/mainPage.c
+++ src/hg/hgTables/mainPage.c
@@ -926,31 +926,31 @@
"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()
);
// When GREAT is selected, disable the other checkboxes and force output to BED
jsInline(
"function onSelectGreat() {\n"
" document.getElementById('checkboxGalaxy').checked=false;\n");
if (isGenomeSpaceEnabled())
jsInline(
" document.getElementById('checkboxGenomeSpace').checked=false;\n");
jsInline(
" document.getElementById('outBed').selected=true;\n"
" return true;\n"
"}\n");