Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.1.0
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Summer 3, Summer 4, Summer 5, Summer 6, Summer 7
Description
There is a way to link to UCSC track descriptions using this link pattern:
Where "g" is a string identifying a track.
You can also add a "db" parameter to specify the genome version of interest. With this new parameter, the URL pattern is:
- https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name)&db=(ucsc genome version name)
For example:
opens a page at the UCSC genome browser with a page describing track "dbSnp155Composite" in the context of the hg18 genome version.
This page is even an entry-point for the UCSC genome browser interface. The page has a "submit" button. When you click this "submit" button, a new page opens showing a genomic scene for the requested genome version, with the track shown, as well. It's hard to interpret this page if you are not already familiar with the browser, but it provides an entrée for a user to start comparing how the track data look in its native UCSC Genome Browser context with how it looks in IGB.
It would be fantastic if we could provide link-outs going from the IGB UCSC REST data sets shown in IGB's Data Access panel.
Doing this shouldn't be too difficult, and the goal of this task is to determine if it is feasible. If yes, we can include implementation in this ticket as well, as the developer sees fit.
The code would construct the "link out" URLs using this pattern:
or, even better:
- https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name)&db=(ucsc genome name)
Let's call this "option 1" also known as (aka) "direct link into UCSC Web site."
Attachments
Issue Links
- relates to
-
IGBF-3813 Investigate the SLF4j error and the MissingResourceException issue for the properties file
- Closed