From 18501c962024abd164cdb66a8618b6ae1b2ead9f Mon Sep 17 00:00:00 2001 From: Bob Dolin Date: Wed, 1 Jun 2022 10:19:34 -0700 Subject: [PATCH] Update Manual.md --- docs/Manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Manual.md b/docs/Manual.md index 98ebf19..516a385 100644 --- a/docs/Manual.md +++ b/docs/Manual.md @@ -48,7 +48,9 @@ Variants are converted from VCF into FHIR format. Conversion can be limited to a ### Exclude VCF rows -Software excludes the following VCF rows from conversion. Note that different exclusion criteria apply to the conversion of simple vs. structural variants. +Software excludes the following VCF rows from conversion. +Note that different exclusion criteria apply to the conversion of simple vs. structural variants. +Note also that correct parsing of VCF INFO and FORMAT subfields requires the presence of corresponding meta-information lines in the VCF header.

Exclusions