-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Adam English edited this page Aug 18, 2021
·
29 revisions
The wiki holds documentation most relevant for develop. For information on a specific version of Truvari, see docs/
VCFs aren't always created with a strong adherence to the format's specification.
Truvari expects input VCFs to be valid so that it will only output valid VCFs.
We've developed a separate tool that runs multiple validation programs and standard VCF parsing libraries in order to validate a VCF.
Run this program over any VCFs that are giving Truvari trouble.
Furthermore, Truvari expects 'resolved' SVs (e.g. DEL/INS) and will not interpret BND signals across SVTYPEs (e.g. combining two BND lines to match a DEL call). A brief description Truvari bench methodology is linked below.