5f5b72d8ea8afcaf45d87c9cd1024c65edcee108
chmalee
Thu Jul 2 12:20:43 2020 -0700
Change some checkbox labels and add an info icon for phased trio display, refs #25582
diff --git src/hg/lib/vcfUi.c src/hg/lib/vcfUi.c
index f5b777e..8702fd6 100644
--- src/hg/lib/vcfUi.c
+++ src/hg/lib/vcfUi.c
@@ -507,31 +507,31 @@
if (slCount(tdbOrder) == 1) // no sorting if there are no parents
return;
char childBelowSortOrder[1024];
safef(childBelowSortOrder, sizeof(childBelowSortOrder), "%s.%s", name, VCF_PHASED_CHILD_BELOW_VAR);
boolean isBelowChecked = cartUsualBooleanClosestToHome(cart, tdb, parentLevel, VCF_PHASED_CHILD_BELOW_VAR, FALSE);
printf("Show child haplotypes below parents:\n");
cgiMakeCheckBox(childBelowSortOrder, isBelowChecked);
char *infoText = "Check this box to sort the child haplotypes below the parents, leave unchecked"
" to use the default sort order of the child in the middle. Click into each subtrack to arbitrarily"
" order the samples which overrides this setting.";
printInfoIcon(infoText);
printf(" ");
if (!parentLevel)
{
printf("or: \n");
- printf("Click and drag to change order:\n");
+ printf("Drag to change order:\n");
printf("