-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End position occurs before start position #31
Comments
Thank you for sharing your experience. I encountered the same issue where the Circos Plot could not be displayed in the SV inspector of jbrowser2 due to the following record:
As shown in the screenshot below: When I ran
|
Thank you very much. |
@friend1ws I've come across this too on a number of sites with v0.7.1. Several of them are not filtered for small size either. |
OK. will try to solve in the next version. |
Hi @friend1ws ,
I've noticed that in the final output we received a call similar to:
chr6 31427745 d_1188 A <INS> . Too_small_size END=31427708;SVTYPE=INS;SVINSLEN=0;SVINSSEQ= TR:VR 107:8 61:0
Is there a possibility to add a check to coerce the end positions to be equal or greater than the start position for insertions and deletions?
Thanks
The text was updated successfully, but these errors were encountered: