-
Notifications
You must be signed in to change notification settings - Fork 31
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
Problem with read IDs repeated in the same BAM file #50
Comments
@gymreklab @shubhamsaini |
Using HipSTR version v.0.6.1
Attached files for the command below Command:
|
I am getting the same error,
I don't even know the reason why. I have 136 samples, how do I know which one is busted ? |
Any updates / recommendations on the error? Thank you. |
same problem here. To "ignore alignments marked as supplementary", do we need to change the bam file or is there a parameter for HipSTR to do that? THX |
For me, this error was not caused by a supplementary read. When I removed supplementary reads from my bam file, the error was still there. I don't know what caused the error, even after checking reads reported the error (they look all fine). But I simply modified the source code to skip this error. The following steps are for your reference.
This process should address the problem. |
We get the following error if there is more than one read pair in a given region with the same read ID:
"ERROR: Failed to extract passes filters tag from BAM alignment"
These reads were from supplementary alignments. Ignoring alignments marked as supplementary would likely solve this issue. This is similar to a previous issue when read ids were repeated across BAM files (rather than within).
CC @shubhamsaini
The text was updated successfully, but these errors were encountered: