34a93745ddac680c98b63da5f035cb5d8f528a44 jnavarr5 Tue Mar 26 16:29:38 2024 -0700 Redesigning the layout of the customTrack help page. Adding a table of contents, refs #19736 diff --git src/hg/htdocs/goldenPath/help/customTrack.html src/hg/htdocs/goldenPath/help/customTrack.html index abcb651..8327d48 100755 --- src/hg/htdocs/goldenPath/help/customTrack.html +++ src/hg/htdocs/goldenPath/help/customTrack.html @@ -1,13 +1,37 @@ <!DOCTYPE html> <!--#set var="TITLE" value="Genome Browser Custom Tracks" --> <!--#set var="ROOT" value="../.." --> <!-- Relative paths to support mirror sites with non-standard GB docs install --> <!--#include virtual="$ROOT/inc/gbPageStart.html" --> <h1>Displaying Your Own Annotations in the Genome Browser</h1> +<h2>Table of Contents</h2> +<ul> + <li><a href="#CustomTracks">What are custom annotation tracks?</a></li> + <ul> + <li><a href="#CREATE">Building and sharing a custom track</a></li> + <li><a href="#EXAMPLE1">Example #1: Simple annotation file</a></li> + <li><a href="#EXAMPLE2">Example #2: Two annotations track in one file</a></li> + <li><a href="#EXAMPLE3a">Example #3a: BED example with multiple blocks</a></li> + <li><a href="#EXAMPLE3b">Example #3b: Simple annotation in bigBed format</a></li> + <li><a href="#EXAMPLE4">Example #4: URL substitution using the 'name' field</a></li> + </ul> + <li><a href="#ADD_CT">Loading a custom track into the Genome Browser</a></li> + <li><a href="#MANAGE">Displaying and managing custom tracks</a></li> + <ul> + <li><a href="#BROWSER">Creating Browser lines for annotations</a></li> + <li><a href="#TRACK">Defining track lines for annotations</a></li> + </ul> + <li><a href="#SHARE">Sharing your annotation track with others</a></li> + <ul> + <li><a href="#EXAMPLE5">Example #5: Loading a custom track via the URL</a></li> + <li><a href="#EXAMPLE6">Example #6: Constructing a URL using the bigDataUrl setting</a></li> + </ul> + <li><a href="#TROUBLE">Troubleshooting annotation display problems</a></li> +</ul> <!--#include virtual="customTrackText.html"--> <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->