b91db8547a0bb5431b4246b5faaf5696f73b2115 chmalee Thu Jul 16 11:25:35 2026 -0700 hubSpace: add Hub Upload menu link, selection banner, and shareable hub links, refs #37705 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> diff --git src/hg/htdocs/inc/globalNavBar.inc src/hg/htdocs/inc/globalNavBar.inc index 601f39de0a5..9750f22f1bb 100644 --- src/hg/htdocs/inc/globalNavBar.inc +++ src/hg/htdocs/inc/globalNavBar.inc @@ -67,30 +67,31 @@ <li class="first"><a title="Download underlying Genome Browser data files" href="https://hgdownload.gi.ucsc.edu/downloads.html">Genome Data</a></li> <li><a href="https://hgdownload.gi.ucsc.edu/downloads.html#source_downloads">Source Code</a></li> <li><a title="Purchase a commercial license for certain Genome Browser software" href="https://genome-store.ucsc.edu">Genome Browser Store</a></li> <li><a title="Download utilities for working with Genome Browser data" href="https://hgdownload.gi.ucsc.edu/downloads.html#utilities_downloads">Utilities</a></li> <li class="last"><a href="../goldenPath/help/ftp.html">FTP</a></li> <li class="last"><a href="../goldenPath/help/mysql.html">MySQL Access</a></li> <li class="last"><a href="../goldenPath/help/cloud.html">Cloud Access</a></li> <li class="last"><a href="../goldenPath/help/api.html">REST API</a></li> </ul> </li> <li class="menuparent" id="myData"><button type="button" aria-expanded="false">My Data</button> <ul style="display: none; visibility: hidden;"> <li><a id="customTracksMenuLink" title="Manage your custom tracks" href="../cgi-bin/hgCustom">Custom Tracks</a></li> <li><a id="sessionsMenuLink" title="Create, manage, and share snapshots of Genome Browser configurations" href="../cgi-bin/hgSession?hgS_doMainPage=1">My Sessions</a></li> <li><a id="trackHubsMenuLink" title="Connect and manage your own track hubs or browse public hubs" href="../cgi-bin/hgHubConnect">Track Hubs</a></li> + <li><a id="hubSpaceMenuLink" title="Upload track hub files" href="../cgi-bin/hgHubConnect#hubUpload">Hub Upload</a></li> <li><a id="customCompositeMenuLink" title="Build your own collection of tracks on the fly" href="../cgi-bin/hgCollection">Track Collection Builder</a></li> <li class="last"><a id="publicSessionsMenuLink" title="See how others are using the Genome Browser" href="../cgi-bin/hgPublicSessions">Public Sessions</a></li> </ul> </li> <!-- OPTIONAL_VIEW_MENU --> <!-- OPTIONAL_PROJECT_MENU_START --> <li class="menuparent" id="projects"><button type="button" aria-expanded="false">Projects</button> <ul style="display: none; visibility: hidden;"> <li class="first"><a href="../gtex.html">Genotype Tissue Expression (GTEx)</a></li> <li><a href="../ENCODE/index.html">Encyclopedia of DNA Elements (ENCODE)</a></li> <li><a href="../singlecell.html">UCSC Cell Browser</a></li> <li class="last"><a href="../covid19.html">UCSC COVID-19 Research</a></li> </ul>