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:4
-
Epic Link:
-
Sprint:Fall 7, Fall 8, Spring 1, Spring 2, Spring 3, Spring 4
Description
Develop code to connect to this https://api.genome.ucsc.edu/getData/track?genome=hg38&track=cloneEndRP11&chrom=chr1&start=1&end=248956420 API and load Data for BED file type.
Gone through various Bed file type responses from the REST API for different genomes and investigated how to generalize them all to a single parser. Currently, developing the code. Will be extending the existing Symmetry class, UcscBedSym to include props and will create a new model class to parse the data and convert all the different bed file type responses to the extended UcscBedSym format.