Hi all
I am performing a benchmarking of the GIAB samples with an in-house pipeline and I am currently using rtg tools vcfeval and qfy.py from hap.py to compare truth and query datasets.
I was a bit confused by the documentation of hap.py as it mentions that vcfeval comparison engine does not output "local matches" so
FP.AL column from qfy.py scripts should be zero.
In my hands, this is never the case. I found that in the rtg core 3.8.2 release announcement the following improvement is mentioned:
vcfeval: GA4GH output mode now supports loose positional matching of
variants (within +/-30bp by default, and adjustable via
--Xloose-match-distance).
Does this mean that from that version onwards "local matching" (using hap.py nomenclature) is possible with rtg vcfeval and thus hap.py will classify
FP.AL calls?
Thanks,
Laura
PS: I cannot find the --Xloose-match-distance option in the documentation.