-
-
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
GroupReadsByUmi optionally allows inter-contig pairs #648
Conversation
@nh13 would you rather me make this change optional/experimental? |
I think an opt-in model would be great, |
Thanks @nh13! Updated to make the feature opt-in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's one place where the contig
or refIndex
wasn't considered, but should be. If you agree, the rest looks good to me.
Thank-you @mjhipp this is great! |
Closes #634
In order for pairs from different chromosomes to be grouped together,
ReadInfo
was changed to prioritize the chromosome, and take the lower chromosome of the two reads.