Skip to content

specify only start when seeking a region

Marek Szuba requested to merge github/fork/at7/at7/tabix_parser into master

Created by: at7

I would like to be able to seek the whole content of a VCF file using the TabixParser. Can we support chr:start next to chr:start-end? It is supported by Bio/DB/HTS/Tabix.pm. The code change is a suggestion. We can do this in a different way if preferred.

Merge request reports