Hi there,
I'm trying to manually make a valid vcf file for some indels. I've managed to do so for single nucleotide variations, but indels have failed so far. I check the validity with vcf-validator (https://github.com/EBIvariation/vcf-validator). My output error file is the following for the vcf file I've included as an image here:
According to the VCF specification, the input file is not valid
Error: The header line does not start with the mandatory columns: CHROM, POS, ID, REF, ALT, QUAL, FILTER and INFO. This occurs 1 time(s), first time in line 6.
Warning: A valid 'reference' entry is not listed in the meta section. This occurs 1 time(s), first time in line 6.
Error: Chromosome is not a string without whitespaces, optionally wrapped with angle brackets (<>). This occurs 1 time(s), first time in line 7.
VCF file:
Any guidance would be greatly appreciated!
Sara : Please do not post screenshots of text content. It is difficult for users to help (by copy pasting things from text). Use
101010
button to format the text ascode
to keep it monospaced and in right visual format.