You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im interested in the handling of indels in VCF files . I have created a bedtool from VCF that includes an indel with reference length 18 but the interval has length property 1. This seems inconsistent-have I missed something in the (excellent ) documentation?
However the calls out to bedtools should not be affected by this.
I think I'd like to move to proper VCF parsing with e.g. cyvcf the same way I moved to proper SAM/BAM parsing using pysam, but this will be a long-term project since it will take a lot of refactoring.
Im interested in the handling of indels in VCF files . I have created a bedtool from VCF that includes an indel with reference length 18 but the interval has length property 1. This seems inconsistent-have I missed something in the (excellent ) documentation?
Intersect is as expected
The text was updated successfully, but these errors were encountered: