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:3
-
Epic Link:
-
Sprint:Fall 2
Description
Situation: UCSC REST data is currently organized by file "type", which often separates data into large folders of bed, genePred, etc. The UCSC genome browser website uses groupings based on the data itself, for example, Genes and Gene Predictions, Expression and Regulation, etc.
Task: Organize the UCSC REST data by the "group" value provided through the API.
Attachments
Issue Links
- relates to
-
IGBF-3689 Make folders inside the UCSC Rest folder
- Closed
Activity
Nowlan Freese
created issue -
Nowlan Freese
made changes -
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Nowlan Freese
made changes -
Nowlan Freese
made changes -
Story Points | 2 | 3 |
Jaya Sravani Sirigineedi
made changes -
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Nowlan Freese
made changes -
Fix Version/s | 10.1.0 [ 11000 ] |
Jaya Sravani Sirigineedi
made changes -
Attachment | UCSC_new_folder_structure.png [ 18525 ] |
Jaya Sravani Sirigineedi
made changes -
Attachment | new_logic_logs.png [ 18526 ] |
Jaya Sravani Sirigineedi
made changes -
Attachment | old_logic_logs.png [ 18527 ] |
Jaya Sravani Sirigineedi
made changes -
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Jaya Sravani Sirigineedi
made changes -
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Jaya Sravani Sirigineedi
made changes -
Assignee | Karthik Raveendran [ karthik ] |
Karthik Raveendran
made changes -
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Karthik Raveendran
made changes -
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Karthik Raveendran
made changes -
Assignee | Karthik Raveendran [ karthik ] | Jaya Sravani Sirigineedi [ jsirigin ] |
Jaya Sravani Sirigineedi
made changes -
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Jaya Sravani Sirigineedi
made changes -
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Ann Loraine
made changes -
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Ann Loraine
made changes -
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Karthik Raveendran
made changes -
Assignee | Karthik Raveendran [ karthik ] |
Karthik Raveendran
made changes -
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Karthik Raveendran
made changes -
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Karthik Raveendran
made changes -
Assignee | Karthik Raveendran [ karthik ] | Jaya Sravani Sirigineedi [ jsirigin ] |
Mapping the "group" values to what UCSC shows in their browser.
Note: I looked at the T2T, the hg38, and mm39 API responses. The below table should encompass most of the "group" values that are present at UCSC, though I haven't been able to find a webpage or API call that lists all of the mappings.
Unfortunately where this gets complicated is for the data that are in folders on UCSC site. Since we are passing the trackLeavesOnly=1 parameter to the API, we aren't able to see the "parent". I've included an example below where I do not pass the trackLeavesOnly=1 to the API.
The parent, T2T_Encode, has a group value of regulation. It is a folder that contains subfolders (for example T2T_Encode_Coverage) which then contain data (for example T2T_Encode_Coverage_BE2C.Control). I think the best approach would be to emulate the organization that UCSC has, that way a user would see the same organization.