e28c893ed145b0a3a3fd96fcfea0e23d1a6bef23
rhead
Thu Jan 31 10:28:13 2013 -0800
Escaped the percent sign in the link to Galaxy.
diff --git src/hg/hgTables/galaxy.c src/hg/hgTables/galaxy.c
index 22496a9..e200204 100644
--- src/hg/hgTables/galaxy.c
+++ src/hg/hgTables/galaxy.c
@@ -55,31 +55,31 @@
if (sameString(output, outPrimaryTable) || sameString(output, outSelectedFields))
{
if (anySubtrackMerge(database, curTable))
errAbort("Can't do all fields output when subtrack merge is on. "
"Please go back and select another output type (BED or custom track is good), or clear the subtrack merge.");
if (anyIntersection())
errAbort("Can't do all fields output when intersection is on. "
"Please go back and select another output type (BED or custom track is good), or clear the intersection.");
}
if (isMafTable(database, curTrack, curTable))
{
hPrintf("You are about to download a VERY large dataset to Galaxy. "
"For most usage scenarios it is not necessary as Galaxy already "
"stores alignments locally. Click here ("
- "http://wiki.galaxyproject.org/Main/MAF%20Analysis"
+ "http://wiki.galaxyproject.org/Main/MAF%%20Analysis"
") for more information on how to analyze multiple alignments "
"through Galaxy.\n
");
}
startGalaxyForm();
/* send the hgta_do parameter that won't be in the cart */
cgiMakeHiddenVar(doParam, paramVal);
/* need to send sessionId */
safef(hgsid, sizeof(hgsid), "%u", cartSessionId(cart));
cgiMakeHiddenVar(cartSessionVarName(cart), hgsid);
printGalaxySubmitButtons();
htmlClose();
}
void startGalaxyForm ()
/* start form to send parameters to Galaxy, also send required params */