5d0b587678811913bc8609d1a986cd8ef267f013 dschmelt Thu Jan 13 10:30:15 2022 -0800 Removing incognito mode doc refs #28520 diff --git src/hg/htdocs/goldenPath/help/customTrackText.html src/hg/htdocs/goldenPath/help/customTrackText.html index 38265b0..147a785 100755 --- src/hg/htdocs/goldenPath/help/customTrackText.html +++ src/hg/htdocs/goldenPath/help/customTrackText.html @@ -743,36 +743,31 @@ URL-encoded for Internet browsers, so ":" becomes "%3A", "#" becomes "%23" and "|" becomes "%7"C. - <a href="../../cgi-bin/hgTracks?db=hg19&position=chr9%3A136136597-136139844&highlight=hg19.chr9%3A136138630-136139650%23AA0000%7Chg19.chr9%3A136136630-136137650%230000FF" target="_blank">example link</a> to highlight two parts of the ABO locus in red and blue.</li> <li> <code>ignoreCookie=1</code> - do not load the user's existing settings saved in the internet browser's UCSC Genome Browser cookie. This means that the link will show the Genome Browser default settings such as track selections, custom tracks, and track hubs. Any changes you make in this new session will, however, affect the user's settings. E.g., if you add a track in this new window, and come back to the genome browser later, the track will still be there. This setting is useful if a website wants to link to the Genome Browser, starting with a "clean slate" but believes the user will come back to the Genome Browser expecting the - changes to still be there. - Compare this behavior to the setting <code>incognito=1</code> described below. - - <a href="../../cgi-bin/hgTracks?db=hg19&ignoreCookie=1" - target="_blank">example link</a> to show the default tracks and positions for hg19, - in a new, clean session.</li> - <li> + changes to still be there. </li> <li> <code>oligoMatch=pack&hgt.oligoMatch=<dnaSeq></code> - switch on the Short Match track and highlight a matching sequence - <a href="../../cgi-bin/hgTracks?db=hg19&position=chr9%3A136130563-136150630&oligoMatch=pack&hgt.oligoMatch=TATAWAR" target="_blank">example link</a> to highlight the TATAWAR motif in the ABO locus</li> <li> <code>pix=<number></code> - set the width of the image in pixels - <a href="../../cgi-bin/hgTracks?db=hg19&position=chr9%3A136130563-136150630&pix=300" target="_blank">example link</a> to create a 300-pixel wide image</li> <li> <code>textSize=<number></code> - set the size of text font - <a href="../../cgi-bin/hgTracks?db=hg19&position=chr9%3A136130563-136150630&textSize=12" target="_blank">example link</a> to increase the text font size to 12 pixels</li>