Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
Legacy C++ Implementation
Description
- I have a tsv file which has header lines that span over `n` lines
- The last line in it happens to be the actual header from which field names can be extracted
- The header line should ignore the char '#'
- In the current implementation it considers the field name to be #CHROM instead of CHROM (with respect to the attached file)