e5259878fcab4eeda7e83203e858c606b9dacf26 galt Thu Sep 21 14:11:22 2023 -0700 Disable hyperlinks hgTables output for Galaxy, show warning with explanation instead. refs #32257 diff --git src/hg/hgTables/hgTables.h src/hg/hgTables/hgTables.h index f1766b7..e9f4a50 100644 --- src/hg/hgTables/hgTables.h +++ src/hg/hgTables/hgTables.h @@ -1168,30 +1168,33 @@ /* Respond to clear within user regions enter page. */ /* --------------- Galaxy functions --------------- */ boolean doGalaxy (); /* Has the send query results to Galaxy checkbox been selected? */ void printGalaxySubmitButtons (); /* print submit button to send query results to Galaxy */ void startGalaxyForm (); /* start form to send parameters to Galaxy, also send required params */ void sendParamsToGalaxy(char *doParam, char *paramVal); /* intermediate page for formats printed directly from top form */ +void verifyGalaxyFormat(const char *output); + +/* print warning about not using hyperlinks output formtat with Galaxy */ /* --------------- GREAT functions --------------- */ boolean doGreat(); /* Has the send query results to GREAT checkbox been selected? */ void verifyGreatFormat(const char *output); /* check that specified outupt format is acceptable for GREAT; errAbort if not */ void verifyGreatAssemblies(); /* check that specified assembly is acceptable for GREAT; errAbort if not */ void printGreatSubmitButtons(); /* print submit button to send query results to GREAT */ void startGreatForm(); /* start form to send parameters to GREAT, also send required params */