elimuinformatics/vcf2fhir

Extract simple variants based on conversion region

rhdolin opened this issue · 1 comments

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [ x] I am running the latest version
  • [ x] I checked the documentation and found no answer
  • [x ] I checked to make sure that this issue has not already been filed

Context

Tabix considers VCF POS and length of REF allele when looking for variants that intersect conversion region. We should replicate that approach when converting a VCF that doesn't include a tabix index.

resolved by #79