-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, OctopuSV team,
Lately, I corrected and merged SVs across three callers (Manta, Delly, Smoove) using OctopuSV. When I sorted the merged VCF file using bcftools, I came across errors like:
[W::vcf_parse_filter] FILTER 'SampleFT' is not defined in the header
Error encountered while parsing the input at chr7:11245220
Cleaning
Writing to /tmp/bcftools.qTaXzV
[W::vcf_parse_filter] FILTER 'MaxDepth' is not defined in the header
Error encountered while parsing the input at chr1:165536641
Cleaning
Then I checked the merged VCF file generated by OctopuSV, and I found that these two filter tags were not defined in the header. What are the meanings of "SampleFT" and "MaxDepth"? Why were they not defined in the header?
Looking forward to your reply, thanks a lot!
Rain