a555f913f8ea500e670e38d03a365ea7c1426fa9 dschmelt Wed Jan 19 17:32:57 2022 -0800 Documenting liftOver file size limit part A of refs #28765 diff --git src/hg/hgLiftOver/hgLiftOver.c src/hg/hgLiftOver/hgLiftOver.c index 1defd9d..984dc0f 100644 --- src/hg/hgLiftOver/hgLiftOver.c +++ src/hg/hgLiftOver/hgLiftOver.c @@ -60,39 +60,39 @@ /* keep the last chain in memory in this format */ { 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 genome annotation files " + "This tool converts genome coordinates and annotation files " "between assemblies. " - "The input data can be pasted into the text box or uploaded from a file. " - "For more information, please see our " + "The input data 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. " - "For example, to lift from mm9 to mm39, lift from Mouse mm9 to mm10 and then from" - " mm10 to mm39. " + " 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("