b3f4c2506806e4613e69903ff92c5d869bf9d832
gperez2
Mon Jun 29 05:37:28 2026 -0700
Removing the beta tag from QuickLift on hgConvert. refs #31986
diff --git src/hg/hgConvert/hgConvert.c src/hg/hgConvert/hgConvert.c
index c2d42220831..8f0fce284aa 100644
--- src/hg/hgConvert/hgConvert.c
+++ src/hg/hgConvert/hgConvert.c
@@ -134,34 +134,30 @@
char *selectedLabel = getCurrentGenomeLabel(liftOver->toDb);
hPrintf("
%s
\n", selectedLabel);
/* Assembly dropdown (updates based on genome selection) */
puts("\n");
puts("Assembly:\n");
dbList = hGetLiftOverToDatabases(liftOver->fromDb);
printAllAssemblyListHtmlParm(liftOver->toDb, dbList, "hglft_toDbSelect", TRUE, "change", onChangeToOrg);
puts("
\n");
/* QuickLift option */
if (askAboutQuickLift)
{
puts("\n");
cgiMakeCheckBoxWithId("doQuickLift", quickLift, "doQuickLift");
puts("
\n");
- puts("
beta\n");
puts("
\n");
}
puts("\n"); /* end destination section */
puts("\n"); /* end grid */
/* Submit button centered below */
puts("\n");
cgiMakeButton(HGLFT_DO_CONVERT, "Submit");
puts("
\n");
/* JavaScript initialization for autocomplete with liftOver filtering */
jsInlineF(
"let validTargets = new Set();\n"
"\n"