brentp / vcfanno

annotate a VCF with other VCFs/BEDs/tabixed files
https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5
MIT License
365 stars 56 forks source link

-ends only subsets to intervals that were overlapping the original interval #5

Closed brentp closed 9 years ago

brentp commented 9 years ago

given an interval of e.g. 1234, 5678, and CIPOS=-1000,10, the current version doesnt grab from 234 to 5778.

This is a relatively major bug. It will probably require using the new tabix machinery to address it.

brentp commented 9 years ago

this is fixed on master and will be in 0.8 release