-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
SV calling on Consensus BAMs #594
Comments
Hi @kanika-arora - as it stands Soft-clipped bases generally don't affect the grouping (or consensus) step. |
Thank you for the clarification @tfenne. I think it will be great to be able to call SVs from the consensus BAMs. If there is a future version that will enable that, we'd be very interested in it. |
I have deleted the following code to detect SV. That worked well for me. GroupReadsByUmi.scala: Thanks. |
@10-m I think that should work fine, but it is unsupported, so a PR is welcome. |
So at present I cannot use GroupReadsByUmi if I want to detect structural variation. So I can just ExtractUmisFromBAM, and do BWA comparisons and mergers, right? It is sincerely expected that structural variations can be detected from consensus BAMs! Thank you very much! |
This should be supported now: #648 |
I am testing fgbio for collapsing duplex reads. I run GroupReadsByUmi with paired strategy, followed by CallDuplexConsensusReads and FilterConsensusReads to get duplex BAM files. We are interested in calling SVs from duplex BAMs. I wanted to know if that is feasible.
Could you please elaborate on how fgbio deals with split reads and discordant read-pairs? I saw an older issue, where it says that fgbio filters out reads that map cross-chromosomally. Is that still the case?
How does it deal with read-pairs with one read unmapped, and soft-clipped bases of reads?
Thank you!
Kanika
The text was updated successfully, but these errors were encountered: