Details
-
Type: Sub-task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.1.0
-
Labels:None
-
Story Points:2
-
Sprint:Fall 7, Fall 8, Spring 1, Spring 2, Spring 3
Description
Develop code to connect to the https://api.genome.ucsc.edu/list/chromosomes?genome=hg38 API and get the chromosomes for a selected genome
Attachments
Activity
Jaya Sravani Sirigineedi
created issue -
Jaya Sravani Sirigineedi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Jaya Sravani Sirigineedi
made changes -
Description | Develop code to connect to the https://api.genome.ucsc.edu/list/chromosomes?genome=hg38 API and get the chromosomes for a selected genome |
Jaya Sravani Sirigineedi
made changes -
Attachment | Screenshot 2024-01-16 at 11.49.03 AM.png [ 18169 ] |
Jaya Sravani Sirigineedi
made changes -
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Jaya Sravani Sirigineedi
made changes -
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Nowlan Freese
made changes -
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Nowlan Freese
made changes -
Assignee | Nowlan Freese [ nfreese ] |
Nowlan Freese
made changes -
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Nowlan Freese
made changes -
Assignee | Nowlan Freese [ nfreese ] |
Jaya Sravani Sirigineedi
made changes -
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Jaya Sravani Sirigineedi
made changes -
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Jaya Sravani Sirigineedi
made changes -
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Jaya Sravani Sirigineedi
made changes -
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Jaya Sravani Sirigineedi
made changes -
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Jaya Sravani Sirigineedi
made changes -
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Nowlan Freese
made changes -
Story Points | 2 |
Jaya Sravani Sirigineedi
made changes -
Comment | [ [~nfreese] While testing the application I observed one thing, the list of chromosomes differs for each track, click on the below links to see the no of chromosomes returned for each. Right now in our implementations, we are calling the chromosomes API only once at the start without any track parameter. Because of this, when we are trying to load data for the chromosomes that are not present in the current track we are receiving empty response from the UCSC API. ] |
Nowlan Freese
made changes -
Fix Version/s | 10.1.0 [ 11000 ] |
Developed the code to integrate the API and get the chromosomes for the selected genome. Testing is in progress.