-
Notifications
You must be signed in to change notification settings - Fork 22
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
How critical is the "Non-unique read group integer IDs found" warning in running ipdSummary? #98
Comments
It's probably not critical - it was part of a fix for working with multiplexed data, and I was concerned about possible corner cases so I made it output an obnoxious warning. However, are you running a multi-sample BAM? It's unusual to see that warning unless you're combining barcodes. |
@natechols Thank you for your response! This is the reason my read groups messed up:
This is part of the read groups.
which was from this part of the code:
Because my read groups that now have dashes cannot be converted to int. So in my local installation, I modified line 70 to:
and that solved the problem but I got the warning because now my read groups are not unique. |
Do not use samtools to merge PacBio BAMs if you want the output to work in downstream PacBio applications. Instead, use the |
I am trying to get the ipdRatio and modified bases information from a PacBio bam file which is sorted and indexed. The command I'm running is:
I get the following warning message:
My question is which types of features might be restricted if my read groups are not unique?
I am not sure how critical it could be.
The text was updated successfully, but these errors were encountered: