iamgiddyaboutgit/gnn_for_diabetes

vcf2tsv errors

Closed this issue · 1 comments

It wrote some data, but gave this error.

vcf_info_data.append(",".join(str(n) for n in variant_info.get(info_field)))
TypeError: 'NoneType' object is not iterable

I don't know if it is related to this error, but I think that some of the data types that the tool puts in the output tsv don't make sense.

Decided to use gatk VariantsToTable instead.