Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Summer 2
Description
Investigate the existing logic of showing the species list and find how the UCSC genomes are shown in the list.
Attachments
Activity
Jaya Sravani Sirigineedi
created issue -
Jaya Sravani Sirigineedi
made changes -
Field | Original Value | New Value |
---|---|---|
Epic Link | IGBF-3555 [ 22774 ] |
Jaya Sravani Sirigineedi
made changes -
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Jaya Sravani Sirigineedi
made changes -
Story Points | 2 | 1 |
Jaya Sravani Sirigineedi
made changes -
Story Points | 1 | 2 |
Jaya Sravani Sirigineedi
made changes -
Sprint | Summer 2 [ 196 ] |
Jaya Sravani Sirigineedi
made changes -
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Jaya Sravani Sirigineedi
made changes -
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Jaya Sravani Sirigineedi
made changes -
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
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 ] | 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 ] |
Investigated the code and found the class and method that is responsible for this logic, the method retrieveDataContainer() inside GeneralLoadUtils is responsible for the addition of species to the species list. This method is called for each data provider from the loadSupportedGenomeVersions() method in the DataProviderManager class. We can change the logic in the retrieveDataContainer() method to check whether the species that is being loaded by the Ensembl provider is already present in the species list but have to check whether this method is called by all the data providers simultaneously (multi-threaded) or we can change the logic after all the species are loaded.