-
Notifications
You must be signed in to change notification settings - Fork 10
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
AutoQC Properly Paired check is not checking properly paired flag #17
Comments
The value it's actually calculating seems to be percent of all reads mapped that were not duplicates. Is the fix simply to update the name of the test to make it clear what the value really is? Should an additional test be added later to give the real properly paired stat once we switch to using 'samtools stats' (and after your samtools request #106 is pulled)? |
Oh, there is already a 'duplicate reads' stat calculated that is just the inverse of this. So the fix should be to get the correct properly paired value from samtools stats, once 106 is pulled. In the mean time we'll just leave things as they are. |
Aye that was what I was thinking. I think Petr is waiting on your input before merging #106 so you might want to have a chat with him. On 6 Jan 2014, at 11:12, Sendu Bala [email protected] wrote:
|
Was this ever resolved? |
The bamcheck parser fix was done in august 2014 by ddc621b however this fix was never incorporated into autoqc: |
The check at:
https://github.com/VertebrateResequencing/vr-pipe/blob/master/modules/VRPipe/Steps/vrtrack_auto_qc.pm#L250
is wrong. Properly paired is a flag on BAMs and given that bamcheck does not calculate it then this must be incorrect.
The text was updated successfully, but these errors were encountered: