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
I have CNVpytor on a GIAB sample, and have used cnvnator2VCF.pl (CNVnator v.0.4.1) to convert the tsv file to .vcf.
Of the 3 fields below in FORMAT of the vcf file, I have noticed that the type for PE is set as integer:
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=CN,Number=1,Type=Integer,Description="Copy number genotype for imprecise events">
##FORMAT=<ID=PE,Number=1,Type=Integer,Description="Number of paired-ends that support the event">
However, this field has digits so it should be coded as float in the header (GT:CN:PE).
1/1:0:0.9980
1/1:0:0.0000
0/1:1:0.0329
Could you please make this change in the script?
Thanks,
Miyako
The text was updated successfully, but these errors were encountered:
Hi,
I have CNVpytor on a GIAB sample, and have used cnvnator2VCF.pl (CNVnator v.0.4.1) to convert the tsv file to .vcf.
Of the 3 fields below in FORMAT of the vcf file, I have noticed that the type for PE is set as integer:
However, this field has digits so it should be coded as float in the header (GT:CN:PE).
Could you please make this change in the script?
Thanks,
Miyako
The text was updated successfully, but these errors were encountered: