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
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Sprint | Summer 3 [ 197 ] | Summer 3, Summer 4 [ 197, 198 ] |
Rank | Ranked higher |
Assignee | Nowlan Freese [ nfreese ] | Jaya Sravani Sirigineedi [ jsirigin ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Description |
There is a way to link to UCSC track descriptions using this link pattern:
* https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=dbSnp155Composite&db=hg18 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) or, even better: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name)&db=(ucsc genome name) |
There is a way to link to UCSC track descriptions using this link pattern:
* https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=dbSnp155Composite&db=hg18 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) or, even better: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name)&db=(ucsc genome name) Let's call this "option 1" or "direct link into UCSC Web site." |
Description |
There is a way to link to UCSC track descriptions using this link pattern:
* https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=dbSnp155Composite&db=hg18 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) or, even better: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name)&db=(ucsc genome name) Let's call this "option 1" or "direct link into UCSC Web site." |
There is a way to link to UCSC track descriptions using this link pattern:
* https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=dbSnp155Composite&db=hg18 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: * https://genome.ucsc.edu/cgi-bin/hgTrackUi?g=(track name) 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." |
Story Points | 0.25 | 1 |
Summary | Investigate: Can we create link outs for UCSC REST data sets / files ? | Create link outs for UCSC REST data sets / files ? |
Story Points | 1 | 2 |
Summary | Create link outs for UCSC REST data sets / files ? | Create link outs for UCSC REST data sets / files |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] | Nowlan Freese [ nfreese ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Assignee | Nowlan Freese [ nfreese ] | Jaya Sravani Sirigineedi [ jsirigin ] |
Status | First Level Review in Progress [ 10301 ] | To-Do [ 10305 ] |
Sprint | Summer 3, Summer 4 [ 197, 198 ] | Summer 3, Summer 4, Summer 5 [ 197, 198, 199 ] |
Rank | Ranked higher |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] | Nowlan Freese [ nfreese ] |
Sprint | Summer 3, Summer 4, Summer 5 [ 197, 198, 199 ] | Summer 3, Summer 4, Summer 5, Summer 6 [ 197, 198, 199, 200 ] |
Rank | Ranked higher |
Sprint | Summer 3, Summer 4, Summer 5, Summer 6 [ 197, 198, 199, 200 ] | Summer 3, Summer 4, Summer 5, Summer 6, Summer 7 [ 197, 198, 199, 200, 201 ] |
Rank | Ranked higher |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Assignee | Nowlan Freese [ nfreese ] |
Assignee | Nowlan Freese [ nfreese ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Assignee | Nowlan Freese [ nfreese ] | Jaya Sravani Sirigineedi [ jsirigin ] |
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Fix Version/s | 10.1.0 [ 11000 ] |
Also:
Idea for UCSC Web Links: Make link out to google search on the UCSC domain - can put site:https://genome.ucsc.edu/ in the search so that only results from UCSC are returned
example)
https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fgenome.ucsc.edu+phastConsElements100way
Nowlan Freese: suggests we could use the above pattern for a Web Links option.