3b7a323713edb0adefb48de6a5fc81e8265e4067
gperez2
Sat Mar 28 11:22:26 2026 -0700
Adding a QuickLift documentation link to the Notes sectiono on hgConvert, refs #36111
diff --git src/hg/hgConvert/hgConvert.c src/hg/hgConvert/hgConvert.c
index 2d93041e59e..862c51b63f4 100644
--- src/hg/hgConvert/hgConvert.c
+++ src/hg/hgConvert/hgConvert.c
@@ -249,31 +249,32 @@
"});\n"
, liftOver->fromDb
, liftOver->fromDb
, HGLFT_TOORG_VAR
, HGLFT_TODB_VAR
, searchBarId, searchBarId, searchBarId, searchBarId
, searchBarId, searchBarId, searchBarId
);
puts("\n");
webNewSection("Notes");
cgiParagraph(
"QuickLift tracks: When enabled, QuickLift displays tracks from "
"the source assembly mapped onto the target assembly, allowing you to view "
- "your current tracks in the context of the new genome.");
+ "your current tracks in the context of the new genome. For more information, see the "
+ "QuickLift documentation.");
cgiParagraph(
"If your desired target assembly is not available, you can search for it "
"and request it on our "
"Assembly Search page.");
cartWebEnd();
}
static double scoreLiftOverChain(struct liftOverChain *chain,
char *fromOrg, char *fromDb, char *toOrg, char *toDb, struct hash *dbRank )
/* Score the chain in terms of best match for cart settings */
{
double score = 0;
char *chainFromOrg = hOrganism(chain->fromDb);