b4cbd94c19445de87aea4ed3defbaa7c288e78e9 lrnassar Thu Jun 19 09:50:42 2025 -0700 Clarifying what is needed to enable the default cart feature. We were missing the hg.conf statement, and also adding the statement to our file of all the possible statements, refs #35862 diff --git src/product/ex.hg.conf src/product/ex.hg.conf index 17d04c40954..cfb66ed3066 100644 --- src/product/ex.hg.conf +++ src/product/ex.hg.conf @@ -708,15 +708,20 @@ #showTutorial=on # # For more details on the three settings below, see #33812 # maxItemsPossible: hg.conf. Sets the maximum possible value in hg.conf that users can set in # trackDb for maxItems, currently at 100,000. # # bigBedMaxItems: hg.conf. Affects data pre-filtered. Default is 10k, currently set to 100k in # the RR. Maximum number of items fetched from bigBed file. If the number of the items in the # displayed region is greater than allowed (which is 100k in RR now), the track goes into coverage # mode drawn by the summary/zoom levels in the bigBed. If a filter is set, the track will display the # message "Too many items in window to filter.Zoom in or remove filters to view track.". # # vcfMaxItems: hg.conf. Default is 10k, no other RR value. Maximum number of items fetched from file. # If the number of the items in the displayed region is greater than allowed (which is 10k in RR now), # the track area will have the message "Too many items in region. Zoom in to view track.". +# +# The setting below is used to set a default cart for mirrors that will load the settings +# in the pointed-to session whenever a cart reset happens. See the help page for more info +# https://genome.ucsc.edu/goldenPath/help/docker.html#defaults +# defaultCartName=defaultCart