f658d6278f6d4c686f79dd8fbf8c5895380a91ed braney Mon Sep 8 16:48:39 2025 -0700 ongoing fixes to quickLift diff --git src/hg/hgGene/rnaStructure.c src/hg/hgGene/rnaStructure.c index adc213cfeae..2c6d1a59068 100644 --- src/hg/hgGene/rnaStructure.c +++ src/hg/hgGene/rnaStructure.c @@ -128,56 +128,62 @@ webPrintLinkCell(names[side]); webPrintLinkCellStart(); hPrintf("%1.2f", fold.energy); webPrintLinkCellEnd(); webPrintLinkCellStart(); hPrintf("%d", bases); webPrintLinkCellEnd(); webPrintLinkCellStart(); hPrintf("%1.3f", fold.energy/bases); webPrintLinkCellEnd(); if (plotDone) { /* Print link to png image. */ webPrintLinkCellStart(); - hPrintf("", + hPrintf("", geneCgi, cartSidUrlString(cart), hggType, tableName, hggGene, geneName, hggMrnaFoldRegion, table, hggMrnaFoldPs, psName, + hggChrom, curGeneChrom, + hggStart, curGeneStart, + hggEnd, curGeneEnd, hggDoRnaFoldDisplay, "picture"); hPrintf(" Picture "); hPrintf(""); webPrintLinkCellEnd(); /* Print link to PostScript. */ webPrintLinkCellStart(); hPrintf("", psName); hPrintf(" PostScript "); hPrintf(""); webPrintLinkCellEnd(); } /* Print link to text. */ webPrintLinkCellStart(); - hPrintf("", + hPrintf("", geneCgi, cartSidUrlString(cart), hggType, tableName, hggGene, geneName, hggMrnaFoldRegion, table, + hggChrom, curGeneChrom, + hggStart, curGeneStart, + hggEnd, curGeneEnd, hggDoRnaFoldDisplay, "text"); hPrintf(" Text "); hPrintf(""); webPrintLinkCellEnd(); } sqlFreeResult(&sr); } webPrintLinkTableEnd(); hPrintf("
The RNAfold program from the "); hPrintf(""); hPrintf("Vienna RNA Package is used to perform the "); hPrintf("secondary structure predictions and folding calculations. "); hPrintf("The estimated folding energy is in kcal/mol. The more "); hPrintf("negative the energy, the more secondary structure the RNA "); hPrintf("is likely to have.");