Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.2.0
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:Spring 3, Spring 4, Spring 5, Spring 6
Description
Situation: VCF file is being read line by line manually
Task: Investigate how we could integrate htsjdk library to make use of in-built classes instead of manual processing of vcf file
Attachments
Issue Links
- blocks
-
IGBF-4082 Investigate: How is IGB parsing and displaying VCF files?
-
- Closed
-
-
IGBF-4083 Investigate: How is IGV parsing and displaying VCF files?
-
- Closed
-
- is cloned by
-
IGBF-4153 Eliminate lineProcessor implementation in VCF loader in IGB
-
- Closed
-
- relates to
-
IGBF-4219 Fix loading remote VCF files
-
- Closed
-
Investigated parsing logic in both IGB and IGV in linked tickets
IGBF-4082,IGBF-4083First step would be trying to integrate htsjdk library to make the manual logic of VCF parsing to use in-built parser in IGB.