c92b7ac58ea534772ba25477955105271d72855c
chmalee
  Tue Jul 21 16:14:38 2026 -0700
Fix a couple trackDbLibary typos and bump makefile version number to match actual document version number, refs #37908

diff --git src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml
index ee59dba8489..cf700903439 100644
--- src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml
+++ src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml
@@ -392,31 +392,31 @@
 </DIV>
 
 <DIV class="bigDataUrl"><span class="types bigBarChart bigBed bigChain bigInteract bigLolly bigMaf bigPsl bigWig bam hic vcfTabix vcfPhasedTrio"></span>
 <div class="format"><code>bigDataUrl &lt;url/relativePath&gt;</code></div>
     <P class="isRequired">Required: <span class="red">For Hubs</span></P>
     <P>The location of a remote data file containing the bulk of the data for the track.
     This setting is required for all data tracks in a track hub.  </P>  
 <!-- THIS SHOULD BE FIXED for local tracks! -->
     <P>The setting is either the full URL (including <code>http:</code> or another protocol)
     or it is relative to the directory in which the trackDb file containing this setting
     is located.  The file must be in one of
     the supported remote data file formats: bam/cram, bigBarChart, bigBed, bigChain, bigLolly,
     bigInteract, bigMaf, bigPsl, bigGenePred, bigMethyl, bigNarrowPeak, bigWig, vcfTabix, or hic.
     Note that bam/cram and vcfTabix/vcfPhasedTrio types require a separate
     index file that must have the same name as the data file plus a
-    standard suffix (".bai" and ".tbi" respectively), unless <A
+    standard suffix (".bai" and ".tbi" respectively), unless
     <A onclick="jumpTo(this)" HREF="#">bigDataIndex</A> is used.
     All occurrences of the  string <code>$D</code> in the URL will be
     substituted with the genome assembly database name.  This allows a
     trackDb entry to be used with for multiple assemblies.  <code>$D</code>
     substitution is not implemented for track hubs.
 
     </P> <P><B>Example:</B></P>
     <pre>   bigDataUrl http://vizhub.wustl.edu/VizHub/hg19/biBrainH3K4me1.bb</pre>
     &nbsp;&nbsp;or
     <pre>   bigDataUrl biBrainH3K4me1.bb</pre>
 </DIV>
 
 <DIV class="bigDataIndex"><span class="types bam vcfTabix vcfPhasedTrio"></span>
 <div class="format"><code>bigDataIndex &lt;url/relativePath&gt;</code></div>
     <P>The location of a remote data file containing the index. This setting
@@ -660,31 +660,31 @@
     download links directly specified in trackDb makes it possible show these links 
     outside the description HTML pages. The URLs here are shown above the description page,
     right under the "data format" link. The <tt>label</tt> can be any string and 
     the URL should be absolute, including the server. Either one can contain spaces, but they must
     be double-quoted then.
     </P>
     <P>This is one of the few statements that can be specified multiple times. In this case, all 
     statements must have a .number suffix, e.g. .1, .2, ... </P>
     <P><B>Example:</B></P>
     <pre>   downloadUrl GFF https://mywebsite.com/ucscTrack.gff.gz</pre>
     <B>or</B><br>
     <pre>   downloadUrl.1 "GFF Format" https://mywebsite.com/ucscTrack.gff.gz</pre>
     <pre>   downloadUrl.2 "BED Format" https://mywebsite.com/ucscTrack.bed.gz</pre>
 </DIV>
 
-<DIV class="otherSpecies"><span class="types all"></span>
+<DIV class="otherSpecies"><span class="types halSnake"></span>
 <div class="format"><code>otherSpecies &lt;otherSpecies&gt;</code></div>
     <P>The name of the other assembly in the pairwise alignment for this track. </P>
     <P><B>Example:</B></P>
     <pre>   otherSpecies tweeter</pre>
     <P>The other species (other than the reference) in the alignment is the tweeter assembly in the same HAL file.</P>
 </DIV>
 
 <DIV class="otherDb"><span class="types all"></span>
 <div class="format"><code>otherDb &lt;otherDb&gt;</code></div>
     <P>Track types that show pairwise alignments often need to declare the other
     species/assembly included in the alignment. Types that use this setting include
     bed, chain, netAlign, psl and snake.</P>
     <P><B>Example:</B></P>
     <pre>   otherDb mm10</pre>
     <P>This example sets the second assembly in the alignment to the mouse mm10 assembly.</P>
@@ -2196,43 +2196,43 @@
     exceeded, the track switches to coverage mode.
     Default: 1000. For <code>type bigBed</code> tracks, this setting can never 
     be larger than the hg.conf setting bigBedMaxItems, which by default is 100,000 at UCSC.
     </P>
     <P>bigBedMaxItems is configured globally for a Genome Browser server and sets an upper limit
     on how many features can be loaded at most from a bigBed file, to avoid a
     single track making a Genome Browser view unusable at high zoom levels so
     it the upper limit for all maxItems settings of any tracks shown on a
     Genome Browser.  If you have feedback on these values,
     please do not hesitate to contact us.</P>
     <P><B>Example:</B>
     </P>
     <pre>   maxItems 25</pre>
 </DIV>
 
-<DIV class="maxWindowCoverage"><span class="types bed genepred bam rmsk narrowPeak broadPeak bigWig bedlogR"></span>
+<DIV class="maxWindowCoverage"><span class="types bed genePred bam rmsk narrowPeak broadPeak bigWig bedLogR"></span>
 <div class="format"><code>maxWindowCoverage &lt;integer&gt;</code></div>
     <p>When too many individual bed items might be shown in the Browser image
     (such as might occur when a large region of a chromosome is viewed),
     <code>maxWindowCoverage</code> will switch the track into density coverage plot when
     the window contains more than the specified number of bases.</p>
     <P><B>Example:</B></P>
     <pre>   maxWindowCoverage 10000000</pre>
     <p>Browser images that show more than 10,000,000 bases will result in the track data
     being displayed as a density coverage graph.</p>
 </DIV>
 
-<DIV class="maxWindowToDraw"><span class="types bed genepred bam rmsk narrowPeak broadPeak bigWig bedlogR"></span>
+<DIV class="maxWindowToDraw"><span class="types bed genePred bam rmsk narrowPeak broadPeak bigWig bedLogR"></span>
 <div class="format"><code>maxWindowToDraw &lt;integer&gt;</code></div>
     <p>When too many individual bed items might be shown in the Browser image
     (such as might occur when a large region of a chromosome is viewed),
     <code>maxWindowToDraw</code> will trigger a choice to display a message
     asking users to zoom in to a smaller region.</p>
     <p>Depending on the current visibility
     of the bed track and which other tracks are being shown concurrently, the
     Browser may automatically reduce the display to pack or dense mode in some cases.
     The <code>maxWindowToDraw</code> setting allows you to force users to zoom in
     as an overriding message will block out the data display. Unlike the <code>maxItems</code>
     setting, which controls the display of vertical space and forces a display to dense
     when the maximum number of items is exceeded, the <code>maxWindowToDraw</code>
     setting dictates the number of bases to be displayed in a window
     before the track is obscured with a message explaining the
     requirement for zooming-in. Even without this setting,
@@ -2908,31 +2908,31 @@
 </DIV>
 
 <DIV class="maxHeightPixels"><span class="types wig bigWig bedGraph bigInteract"></span>
 <div class="format"><code>maxHeightPixels &lt;max:default:min&gt;</code></div>
     <P>The amount of
     vertical viewing space for your signal track should be declared,
     though it is configurable by the user.  Typically it is set to no
     more than 100 pixels and no less than 8, with a default of 16 or
     32 pixels.</P>
     <P><B>Example:</B></P>
     <pre>   maxHeightPixels 100:16:8</pre>
     <P>The browser will display the track as 16 pixels high, but the user
     can scale it up to 100 pixels.</P>
 </DIV>
 
-<DIV class="maxWindowToQuery"><span class="types bed bigWig bedlogR"></span>
+<DIV class="maxWindowToQuery"><span class="types bed bigWig bedLogR"></span>
 <div class="format"><code>maxWindowToQuery &lt;integer&gt;</code></div>
     <P><I>For bigWigs only</I></P>
     <P>When signal data is clicked in the Browser image, the details of the signal
     in the current viewing window are displayed.  For bigWigs that
     reference remote data, the query can be a very expensive operation if the current window 
     is large.  To avoid overburdening the Browser, the size of the window to
     query should be limited.  The value of this setting is the maximum window size in bases that
     should be queried to give the detailed signal numbers.</P>
 </DIV>
 
 <DIV class="negateValues"><span class="types wig bigWig bedGraph"></span>
 <div class="format"><code>negateValues &lt;on&gt;</code></div>
     <P>Negate the values in the wiggle, meaning that positive values become negative and vice-versa.
     This is useful for wiggles representing transcription or other activities on the Crick strand.
     Be aware that wiggles with negative values are drawn in <B>altColor</B> not <B>color</B> as