29553f7e87a2e1f8f2113b596d311ad924008924 gperez2 Thu Jan 5 14:47:39 2023 -0800 Editing note regarding SNPs on hgLiftover, refs #30426 diff --git src/hg/hgLiftOver/hgLiftOver.c src/hg/hgLiftOver/hgLiftOver.c index 788aea7..ae96cf0 100644 --- src/hg/hgLiftOver/hgLiftOver.c +++ src/hg/hgLiftOver/hgLiftOver.c @@ -184,32 +184,32 @@ cgiSimpleTableRowStart(); cgiTableField("If thickStart/thickEnd is not mapped, use the closest mapped base:"); cgiSimpleTableFieldStart(); cgiMakeCheckBox(HGLFT_FUDGETHICK,(keepSettings) ? fudgeThick : (chain->fudgeThick[0]=='Y')); cgiTableFieldEnd(); cgiTableRowEnd(); cgiTableEnd(); /* text box and two buttons (submit, reset) */ puts("

Paste in data below, one position per line. You can use the " "BED format (e.g. \"chr4 100000 100001\", " "0-based) or the format of the position box (\"chr4:100,001-100,001\", 1-based). " "See the documentation.\n" - "For SNPs that have rs-identifiers, we do not recommend liftOver, see " - "this FAQ on fast lookups in our dbSNP tables.

\n"); + "We do not recommend liftOver for SNPs that have rsIDs. See our " + "FAQ for more information.

\n"); cgiSimpleTableStart(); cgiSimpleTableRowStart(); cgiSimpleTableFieldStart(); cgiMakeTextArea(HGLFT_USERDATA_VAR, cartCgiUsualString(cart, HGLFT_USERDATA_VAR, NULL), 10, 80); cgiTableFieldEnd(); /* right element of table is a nested table * with two buttons stacked on top of each other */ cgiSimpleTableFieldStart(); cgiSimpleTableStart(); cgiSimpleTableRowStart(); cgiSimpleTableFieldStart();