64377fb8085160f38f0f3b7158ae8c20a33b82df gperez2 Wed Oct 30 16:32:17 2024 -0700 Editing the hgLiftOver text, had two 'with', refs #34665 diff --git src/hg/hgLiftOver/hgLiftOver.c src/hg/hgLiftOver/hgLiftOver.c index 7240772..ea373e8 100644 --- src/hg/hgLiftOver/hgLiftOver.c +++ src/hg/hgLiftOver/hgLiftOver.c @@ -209,31 +209,31 @@ puts(" "); printInfoIcon("If checked, exons that are not covered by an alignment will be lifted to the closest alignable base."); cgiTableFieldEnd(); cgiTableRowEnd(); cgiSimpleTableRowStart(); cgiTableRowEnd(); cgiTableEnd(); /* text box and two buttons (submit, reset) */ puts("<p style='margin-left:3px'>Paste your data below, using one position per line. Supported formats include " "<a href='../../FAQ/FAQformat.html#format1'>BED </a> (e.g. \"chr4 100000 100001\", " "0-based) and position box (\"chr4:100,001-100,001\", 1-based). " "Refer to the <a href='../goldenPath/help/hgTracksHelp.html#Liftover'>documentation</a> " - "for detailed information. LiftOver is not recommended for SNPs with with rsIDs; refer to our " + "for detailed information. LiftOver is not recommended for SNPs with rsIDs; refer to our " "<a href='/FAQ/FAQreleases.html#snpConversion'>FAQ</a> for additional information. For " "information on errors in the LiftOver output, see our " "<a href='/FAQ/FAQdisplay.html#display4'>FAQ</a>.\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();