f1900dde9063ea0a4887c3f2d96fd8c29c9a1d6a jnavarr5 Tue Feb 24 15:49:58 2026 -0800 Adding information about Hub Space to the NAR help documentation. Changing relative links to CGIs to absolute when possible. Adding a missing
tag on the track hub help page, and adding information about hub space, refs #36893 diff --git src/hg/htdocs/goldenPath/help/hgSessionHelp.html src/hg/htdocs/goldenPath/help/hgSessionHelp.html index 41cbfe8f635..a31c530e812 100755 --- src/hg/htdocs/goldenPath/help/hgSessionHelp.html +++ src/hg/htdocs/goldenPath/help/hgSessionHelp.html @@ -541,40 +541,50 @@
The Nucleic Acids Research (NAR) journal now requires manuscript submissions to contain a private Session link to your data in the UCSC Genome Browser that allows reviewers to access data. These instructions will show you how to upload, view, and share your data.
You can view your own private data by uploading your annotation files to the Genome Browser as custom tracks; visit our custom track help page to learn -more. To summarize the steps to upload your data, you will need to:
+more. For binary-indexed files, such as bigBed, bigWig, BAM, and VCF, you will need to host the file +on a web-accessible server. Please view the Hosting section of the Track Hub Help documentation for available resources. + + ++To summarize the steps to upload your data, you will need to:
Creating the track line may be the most challenging step since many configuration options exist. The track line begins with the track keyword, followed by one or more attribute=value pairs where the order of the attributes does not matter. Here are some examples:
The simplest example of a BAM custom track is the following track line: @@ -601,139 +611,141 @@ description atrributes:
track type=bam visibility=dense name="My BAM" description="Example from the ENCODE RNA-seq CSHL track" bigDataUrl=http://hgdownload.gi.ucsc.edu/goldenPath/hg19/encodeDCC/wgEncodeCshlLongRnaSeq/wgEncodeCshlLongRnaSeqA549CellPapAlnRep1.bam
There are also options to configure the display of your BAM files, such as a density plot feature that will dynamically process the underlying BAM into a wiggle signal.
A bigWig file is useful when trying to display dense, continuous data. Read more on the bigWig track format help page. Here is an example bigWig track that is colored red, instead of the default black color, that can be pasted directly into the -Custom Tracks Page: +Custom Tracks Page:
track color=255,0,0 name="HeLa-S3 nucleus minus signal" description="RNA Subcellular CAGE Localization from ENCODE/RIKEN" type=bigWig visibility=full bigDataUrl=http://hgdownload.gi.ucsc.edu/goldenPath/hg19/encodeDCC/wgEncodeRikenCage/wgEncodeRikenCageHelas3NucleusPapMinusSignalRep1.bigWig
There are also options to configure the display of your wiggle tracks, such as changing the track height or type of graph.
After creating your custom tracks and viewing your data on the Genome Browser, you can save all of your tracks and settings to a snapshot of the Genome Browser called a session. You can easily save a session by following these five steps:
http://genome.ucsc.edu/s/YourUserName/YourSessionName?search=NAR
to the URL.After saving your session, you will now be able to share your session link with others. There are three different ways that you can share your session:
You can edit URLs to directly go to different parts of the Genome Browser such as by changing hgSession to hgTracks, e.g.,
http://genome.ucsc.edu/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=brianlee&hgS_otherUserSessionName=hg19.rela
Having hgTracks in the session URL will take the viewer to the main page of the Genome Browser instead of the sessions page.
Creating a track hub allows you to group and organize your annotation tracks, but is limited to compressed binary indexed formats that can be remotely hosted. This will require the use of a web-accessible location to load the track hub in the UCSC Genome Browser. If your institution does not provide web space for you, you can look into hosting your binary files at a couple different web hosting services, such as -CyVerse or figshare. If +Hub Space, +CyVerse, or +figshare. If you would like to learn more about using track hubs, please read our Track Hub help page.
If you have any questions regarding the creation of your custom track or session, please feel free to contact us. Before submitting a question, we strongly encourage you to search our mailing list archives, our website, and our wiki for the answer.