d409d8e8e6c09a6a668752d9d811c95da0873dc5 max Mon Nov 13 23:07:24 2023 -0800 adding info bubbles to hgLiftOver, refs #32011 diff --git src/hg/hgLiftOver/hgLiftOver.c src/hg/hgLiftOver/hgLiftOver.c index 9c70358..f27790d 100644 --- src/hg/hgLiftOver/hgLiftOver.c +++ src/hg/hgLiftOver/hgLiftOver.c @@ -62,32 +62,32 @@ { char chainS[64]; safef(chainS, sizeof(chainS), "%s.%s", chain->fromDb, chain->toDb); return cloneString(chainS); } void webMain(struct liftOverChain *chain, boolean multiple, boolean keepSettings, int minSizeQ, int minChainT, float minBlocks, float minMatch, boolean fudgeThick) /* set up page for entering data */ { struct dbDb *dbList; char *fromOrg = hOrganism(chain->fromDb), *toOrg = hOrganism(chain->toDb); char *chainString = chainStringVal(chain); cgiParagraph( "This tool converts genome coordinates and annotation files " - "between assemblies. " - "The input data can be entered into the text box or uploaded as a file. " + "from the original to the new assembly using an alignment. " + "The input regions can be entered into the text box or uploaded as a file. " "For files over 500Mb, use the command-line tool described in our " "LiftOver documentation." " If a pair of assemblies cannot be selected from the pull-down menus," " a sequential lift may still be possible (e.g., mm9 to mm10 to mm39). " "If your desired conversion is still not available, please " "contact us." ""); /* create HMTL form */ puts("