571bacac014f02089172161bf5010d5277346bc8
chmalee
Tue Feb 25 09:00:18 2020 -0800
Updating legend for pli track after feedback from Lou, refs #20394
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 2a4db5b..4f480c8 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -8554,31 +8554,31 @@
}
if (doPliColors)
{
hPrintf("gnomAD Loss-of-Function Constraint (pLI) Color Key:
");
hPrintf("
\n");
hPrintf("< 0.1 | \n");
hPrintf("< 0.2 | \n");
hPrintf("< 0.3 | \n");
hPrintf("< 0.4 | \n");
hPrintf("< 0.5 | \n");
hPrintf("< 0.6 | \n");
hPrintf("< 0.7 | \n");
hPrintf("< 0.8 | \n");
hPrintf("< 0.9 | \n");
hPrintf("< 1 | \n");
- hPrintf("No pLI score | \n");
+ hPrintf("No pLI score | \n");
hPrintf("
\n");
}
if (showTrackControls)
{
/* Display viewing options for each track. */
/* Chuck: This is going to be wrapped in a table so that
* the controls don't wrap around randomly */
hPrintf("\n", CONTROL_TABLE_WIDTH);
hPrintf("\n");
hButtonWithOnClick("hgt.collapseGroups", "collapse all", "collapse all track groups",
"return vis.expandAllGroups(false)");
hPrintf(" | ");