11d274be1e5b4364f49fc810ece1f197eddf0ef8 max Fri Dec 9 05:02:05 2022 -0800 adding option for QA to show any random piece of html on hgTracks, refs #30376 diff --git src/product/ex.hg.conf src/product/ex.hg.conf index 6d11880..c510e6c 100644 --- src/product/ex.hg.conf +++ src/product/ex.hg.conf @@ -650,15 +650,27 @@ # On by default but can be turned off with this setting # hgHubConnect.validateHub=off ### mouseOverEnabled turns on display of data values in mouse over of a wiggle ### track. It is on by default. Can be turned off with this off setting: # mouseOverEnabled=off # Move the multi region button in hgTracks from below the browser image to beside the position box # multiRegionButtonTop=on/off # # Turn on the cart rewrite feature # cartVersion=on/off # # Provides support for svgBarCharts in hgc. Needed for certain bar chart hgc images to display # svgBarChart=on/off + +# show a link on hgTracks at the top-right +#survey=http://www.sco.com +#surveyLabel=Link to some Unix company + +# Like the above, but not in yellow and just for a database +#wuhCor1_TopLink=http://genome.ucsc.edu/goldenPath/help/covidBrowserIntro.html +#wuhCor1_TopLinkLabel=Quick start guide + +# Similar to a survey link, but you can add a piece of html and configure everything yourself +#hgTracksNoteHtml=Some text +