7bfa786edcedd88aa5640771833895c204a601ac jnavarr5 Tue Mar 18 11:42:43 2025 -0700 Fixing some typos that Gerardo found in code review, refs #35399 diff --git src/hg/htdocs/goldenPath/newsarch.html src/hg/htdocs/goldenPath/newsarch.html index 047249e3261..6eeea20ca96 100755 --- src/hg/htdocs/goldenPath/newsarch.html +++ src/hg/htdocs/goldenPath/newsarch.html @@ -187,31 +187,31 @@ highlight settings are present on the same track, only items that pass ALL highlight settings will be highlighted.
Examples:
highlight.score 300
In the example above, the highlight.score
setting allows you to highlight items based
on the value of the score
field. Passing a value of 300 to the setting will highlight
all items with a score of 300 or above.
highlightText.name NM*
-The example above uses the highlightText
setting which, will apply a highlight on the
+The example above uses the highlightText
setting, which will apply a highlight on the
field name
. Using this setting, any items that begin with NM are
highlighted.
highlightColor #ff0000
In this final example, the highlightColor
is used to set the default highlight color.
With this setting, all highlight stripes will use the color red, #ff0000
.
Items in the NCBI RefSeq Historical track for hg38 have all items that begin with "NM" highlighted in red.