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 @@

Help for Nucleic Acids Research submitters

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.

Viewing your data on the Genome Browser

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:

  1. Ensure the data file is formatted correctly.
  2. +
  3. + Upload the data file to a web-accessbile server provided by your own institution or another + external resource, such as Hub Space, if necessary.
  4. Create a track line for your custom track.
  5. Load the custom track by adding your track line to our - Custom Tracks page.
  6. + Custom Tracks page.
  7. View the data in the Genome Browser.

Custom track examples

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:

BAM custom track

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.


bigWig custom track

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.

Creating a session for NAR publications

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:

  1. Configure the Genome Browser to your preference
    Make sure the display of your custom tracks is to your liking on the Genome Browser.
  2. Navigate to the sessions page
    Once you are satisfied with the display, go to the - My Sessions page by either: + My Sessions page by either:
  3. Login to the UCSC Genome Browser
    You must sign in to be able to save named sessions which will then be displayed with Browser and Email links.
  4. Save your session
    Go to the Save Settings section and in the Save current settings as named session text box, and enter a name for your session. When saving the session, be sure to have the "allow this session to be loaded by others" option checked and then click submit.
  5. Edit the session description
    Once the session is created, under the "view/edit details" column you can click the view/edit button to add a description to the session.

  6. Publish your session as a Public Session for public discovery
    If you eventually make a Public Session of your session after your paper is published, and provide a detailed description, anyone can find it by searching for terms you share.

Sharing your session link

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:

  1. Immediately after creating a new session, the top of the page offers a Browser hyperlink that will allow you to view the newly saved session. You can right-click the Browser link to save the URL.
  2. Alternatively, you can right-click the session name and then click Copy Link Address to save the session URL.
  3. - Adding your session to the Public Sessions page + Adding your session to the Public Sessions page will provide a useful way of sharing your session with the world in the long run. You can add your session to our Public Sessions by selecting the "post in public listing?" checkbox.
Editing the session URL

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.

Using track hubs to organize custom tracks

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.

Genome Browser inquiries

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.