6670ef9fcc219c28fed26eb4a4b327c32ed434fe
galt
Fri Nov 14 11:50:42 2025 -0800
Improves the GUI on hgBlat page with popup icon suggestion from Max. refs #32857
diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c
index 0816e941f76..3689277de00 100644
--- src/hg/hgBlat/hgBlat.c
+++ src/hg/hgBlat/hgBlat.c
@@ -2122,37 +2122,43 @@
printf("\n");
printf("\n");
printf("
\n");
printf("
\n");
cgiMakeCheckBoxWithId("allResults", allResults, "allResults");
printf("All Results (no minimum matches)");
// clicking on the All Results text clicks the checkbox.
jsOnEventById("click", "allResultsText",
"document.mainForm.allResults.click();"
"return false;" // cancel the default
);
printf("
\n");
printf("
\n");
+printf("");
+printInfoIcon("Rearrangement display (aka 'snakes' tracks) can show "
+"duplications of the query sequence using multiple lines and lines between "
+"fragments, see our "
+""
+"snakes documentation page"
+""
+"for more "
+"details. You can also switch this on or off on the BLAT track configuration "
+"page by checking the 'Rearrangement display' box.");
printf("
\n"
"Paste in a query sequence to find its location in the\n"
"the genome. Multiple sequences may be searched \n"
"if separated by lines starting with '>' followed by the sequence name.\n"
"