I am trying to convert a vcf file to a treemix input file using the vcf_to_treemix.py script and I keep getting the following error regarding the json decoder:
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 196 column 15 (char 3403)
I don't really understand the error as I am new to using scripts. Can anyone help me ? Is it a problem with my input files or with the script ?
Thanks
Hello,
I am trying to convert a vcf file to a treemix input file using the vcf_to_treemix.py script and I keep getting the following error regarding the json decoder:
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 196 column 15 (char 3403)
I don't really understand the error as I am new to using scripts. Can anyone help me ? Is it a problem with my input files or with the script ? Thanks