-
I'm not quite sure what the edit distance outputs mean, as they seem to suggest more edits than needed, particularly for indels. I ran vcfdist with vcf 1:
vcf2:
But then distance summary claims to have 2 indel edits
And the edits file shows:
surely we should only expect a distance for QUAL between 26 and 36? I thought it might be a Genotype problem. But changing the GT to 1/1 doesn't remove the issue, but edits changes to:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This was also a bug, caused by an off-by-one error (the truth string included an additional reference base, causing spurious INDEL edits); it is fixed in v2.5.1. Please note that the quality threshold is only used to filter query variants. |
Beta Was this translation helpful? Give feedback.
-
Thanks, that works now. But it now seems to have a problem with taking exponentially longer to run with larger vcfs.
|
Beta Was this translation helpful? Give feedback.
This was also a bug, caused by an off-by-one error (the truth string included an additional reference base, causing spurious INDEL edits); it is fixed in v2.5.1.
Please note that the quality threshold is only used to filter query variants.