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
Describe the bug
While normally describing SVs with position and type, e.g. chr1_123456_T_DUP or such, an SV caller (manta) may elect to report small variants, and if the variant is small enough, even represent the full allele sequence, e.g. chr1_123456_T_TT. These variants typically also occur in the SNV/INDEL file, giving the same variant id. Depending on what file is parsed first, the variant will only appear in that type variant list. This is normally not a problem, but sometimes an institute may elect not to analyse variants of a certain type, e.g. only SNVs, not SVs, in which case the variant could be missed.
To Reproduce
Load a case with some collisions, e.g. engaginggrouse. Note how there are ID warnings:
Note how the variant is now only shown on the variant type page that was parsed first, here the cancer_sv.
Expected behavior
We would (arguably, this is non-obvious) still like to see the duplicated variants on both type views. A workaround might be to ensure SVs are loaded last and modify colliding small SV calls to be of the less informative, big SV type. We should carefully check that the matching causatives behaviour is still acceptable. The variant could now be tallied in two different views, which might get a bit complex.
Additional context
Manta, which is the caller we currently primarily see with this behaviour, does not seem to have an option to force long-sv style entries.
The text was updated successfully, but these errors were encountered:
Describe the bug
While normally describing SVs with position and type, e.g.
chr1_123456_T_DUP
or such, an SV caller (manta) may elect to report small variants, and if the variant is small enough, even represent the full allele sequence, e.g.chr1_123456_T_TT
. These variants typically also occur in the SNV/INDEL file, giving the same variant id. Depending on what file is parsed first, the variant will only appear in that type variant list. This is normally not a problem, but sometimes an institute may elect not to analyse variants of a certain type, e.g. only SNVs, not SVs, in which case the variant could be missed.To Reproduce
engaginggrouse
. Note how there are ID warnings:cancer_sv
.Expected behavior
We would (arguably, this is non-obvious) still like to see the duplicated variants on both type views. A workaround might be to ensure SVs are loaded last and modify colliding small SV calls to be of the less informative, big SV type. We should carefully check that the matching causatives behaviour is still acceptable. The variant could now be tallied in two different views, which might get a bit complex.
Additional context
Manta, which is the caller we currently primarily see with this behaviour, does not seem to have an option to force long-sv style entries.
The text was updated successfully, but these errors were encountered: