The current CSV made a new column (second to last in the document), between CAF and common. The CAF is a comma separated list of allele frequencies. The delimiter for parsing the VCF file should be semicolon only, and the output as TSV instead of CSV to void splitting this and other the data columns.
The current CSV made a new column (second to last in the document), between CAF and common. The CAF is a comma separated list of allele frequencies. The delimiter for parsing the VCF file should be semicolon only, and the output as TSV instead of CSV to void splitting this and other the data columns.