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
At some point, we should output sequence alleles instead of symbolic alleles in the VCF.
Then, a deletion would no longer look like this: chr1 57 . N <DEL> 60 PASS END=70;SVLEN=-13;SVTYPE=DEL
Instead, it would contain the complete sequence: chr1 57 . ACAGATAGATACAG A 60 PASS END=70;SVLEN=-13;SVTYPE=DEL
For this feature, we need the genome file as input. For insertions, we would need to construct a consensus sequence or simply choose one sequence randomly.
The text was updated successfully, but these errors were encountered:
At some point, we should output sequence alleles instead of symbolic alleles in the VCF.
Then, a deletion would no longer look like this:
chr1 57 . N <DEL> 60 PASS END=70;SVLEN=-13;SVTYPE=DEL
Instead, it would contain the complete sequence:
chr1 57 . ACAGATAGATACAG A 60 PASS END=70;SVLEN=-13;SVTYPE=DEL
For this feature, we need the genome file as input. For insertions, we would need to construct a consensus sequence or simply choose one sequence randomly.
The text was updated successfully, but these errors were encountered: