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
##fileformat=VCFv4.2
##source=tskit 0.5.2.dev0
##FILTER=<ID=PASS,Description="All filters passed">
##contig=<ID=1,length=100>
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT tsk_0 tsk_1 tsk_2tsk_3
1 2 0 C T . PASS . GT 1|0 1|0 1|0
1 15 1 G T . PASS . GT 1|0 0|0 0|0
1 19 2 A T . PASS . GT 1|0 0|0 0|0
1 29 3 C A . PASS . GT 1|0 1|0 1|0
1 35 4 T C . PASS . GT 0|0 0|0 0|1
1 37 5 G C . PASS . GT 0|1 0|1 0|0
1 56 6 C G . PASS . GT 0|1 0|1 0|0
1 61 7 T G . PASS . GT 0|0 0|0 1|0
1 71 8 C G . PASS . GT 0|1 0|1 0|0
1 81 9 G C . PASS . GT 1|0 0|0 0|0
Note the extra sample tsk_3 in the header.
The current code essentially assumes that all individuals are associated with sample nodes, and it is possible to come up with other examples where incorrect data is output without raising an error.
The text was updated successfully, but these errors were encountered:
jeromekelleher
changed the title
Individuals not associated with nodes can lead to incorrent VCF
Individuals not associated with nodes can lead to incorrect VCF
Jul 28, 2022
Related to #2446 and #2257
gives
Note the extra sample
tsk_3
in the header.The current code essentially assumes that all individuals are associated with sample nodes, and it is possible to come up with other examples where incorrect data is output without raising an error.
The text was updated successfully, but these errors were encountered: