fff086f0ce7a549b800ec5ce3409a48287bd6732 dschmelt Wed Apr 3 12:14:13 2019 -0700 Updating the MANE track html description #23113 diff --git src/hg/htdocs/goldenPath/help/bigBed.html src/hg/htdocs/goldenPath/help/bigBed.html index 0414c45..e3e0073 100755 --- src/hg/htdocs/goldenPath/help/bigBed.html +++ src/hg/htdocs/goldenPath/help/bigBed.html @@ -234,31 +234,31 @@ When you click on features, the contents of all extra fields are shown as a table. You can modify the layout of the resulting page with the trackDb settings "<a href="trackDb/trackDbHub.html#skipFields">skipFields</a>", "<a href="trackDb/trackDbHub.html#sepFields">sepFields</a>" and "<a href="trackDb/trackDbHub.html#skipEmptyFields">skipEmptyFields</a>", and transform text fields into links with the "<a href="trackDb/trackDbHub.html#urls">urls</a>" trackDb setting.</li> <li> Extra fields that start with the character "_" are reserved for internal use (special display code); their contents are not shown on the details page.</li> </ol> <h2>Sharing Your Data with Others</h2> <p> If you would like to share your bigBed data track with a colleague, learn how to create a URL by -looking at Example #11 on <a href="customTrack.html#EXAMPLE11">this page</a>.</p> +looking at Example #6 on <a href="customTrack.html#EXAMPLE11">this page</a>.</p> <h2>Extracting Data from the bigBed Format</h2> <p> Because the bigBed files are indexed binary files, it can be difficult to extract data from them. UCSC has developed the following programs to assist in working with bigBed formats, available from the <a href="http://hgdownload.soe.ucsc.edu/admin/exe/">binary utilities directory</a>:</p> <ul> <li> <code>bigBedToBed</code> — converts a bigBed file to ASCII BED format.</li> <li> <code>bigBedSummary</code> — extracts summary information from a bigBed file.</li> <li> <code>bigBedInfo</code> — prints out information about a bigBed file.</li> </ul> <p>