Skip to content
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

Fix how stats handles Supp reads on alternate haplotypes #469

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mp15
Copy link
Member

@mp15 mp15 commented Sep 18, 2015

Fix how stats handles Supp reads on alternate haplotypes by treating them similar to reads flagged secondary.
Fix typo in getopt_long case statement where it's case 1 rather than case '1'

case 1 should almost certainly be case '1'.
…imilar to secondary

SUPPLEMENTARY reads on alternate contigs are different from those on the main chromosomes and should be treated like
SECONDARY reads.
@mp15 mp15 added this to the 1.3 milestone Nov 30, 2015
@jmarshall
Copy link
Member

Get rid of f2e0a75, as noted previously.

@jmarshall
Copy link
Member

Please explain how this has been tested.

@jmarshall jmarshall removed this from the 1.3 milestone Jan 19, 2016
@mp15
Copy link
Member Author

mp15 commented Jan 22, 2016

This is an important fix but it needs work. This fix was giving the improvement I wanted but due to a bug it was doing it by doing the opposite of what I intended (aka excluding the SUPP's on primary contigs not alt). I will work on this further in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants