Details
-
Type: Task
-
Status: To-Do (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Fall 2, Fall 3, Fall 4
Description
Implement logic to load the available chromosomes for the selected genome from Ensembl API.
To get the chromosome list:
GET info/assembly/:species
API to get the list of chromosomes for a selected species: https://rest.ensembl.org/documentation/info/assembly_info
Example: https://rest.ensembl.org/info/assembly/homo_sapiens?content-type=application/json
the top_level_region has all the chromosomes, name and length would be enough to get the assembly info.