You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "tab_to_vcf.py", line 183, in
tab_to_vcf(args.input_file, args.output_file, args.reference_file, convert_iupac=args.convert_iupac, info_fields=INFO_FIELDS)
File "tab_to_vcf.py", line 139, in tab_to_vcf
args[POSITION_INDEX] = int(args[POSITION_INDEX])
ValueError: invalid literal for int() with base 10: '.'
Hi,
Dear vcf-flow Team,
I am using tab_to_vcf.py to convert my tab-delimited variants to vcf format. My command is:
python tab_to_vcf.py /home/wuk/Working/vcf_samples/waqas.TABLE /home/wuk/Working/vcf_samples/waqas.vcf /home/wuk/Working/gnme_refrnces/Homo_sapiens_assembly38.fasta --info-fields AC:ac,AF:af
I came up with an error:
Traceback (most recent call last):
File "tab_to_vcf.py", line 183, in
tab_to_vcf(args.input_file, args.output_file, args.reference_file, convert_iupac=args.convert_iupac, info_fields=INFO_FIELDS)
File "tab_to_vcf.py", line 139, in tab_to_vcf
args[POSITION_INDEX] = int(args[POSITION_INDEX])
ValueError: invalid literal for int() with base 10: '.'
My tab variant file looks like this:
Is this a bug, or my tab file has some issues,????
Looking forward for your kind response,
Thanks,
Waqas.
The text was updated successfully, but these errors were encountered: