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

Option to remove split and disc alignments? #51

Open
biobenkj opened this issue May 6, 2021 · 1 comment
Open

Option to remove split and disc alignments? #51

biobenkj opened this issue May 6, 2021 · 1 comment

Comments

@biobenkj
Copy link

biobenkj commented May 6, 2021

Thank you for this awesome tool! Is it possible to output a bam that does not have the split and discordant reads if specifying -d and -s with samblaster? Thanks again!

@ttriche
Copy link

ttriche commented Jul 12, 2021

Poking this.

We'd like to add read groups for clipped, split, discordant, or properly-paired unsplit not-overly-clipped mappings in order to tabulate base modifications. Excluding discordant from the "main" properly-paired not-overly-clipped mappings is easy enough. Excluding clipped reads appears to mean using a perl script but does not appear to be a showstopper. Excluding split reads is something of a showstopper unless we reach in and heavily modify Samblaster itself. I imagine this would be a more straightforward task for someone who is exceedingly familiar with Samblaster.

It looks like the commented block starting around line 350 in samblaster.cpp touches on this -- is there a timeline for read-grouping and/or UMI support? Read grouping (split/disc/clipped/otherwise-OK) appears to be on the todo list for others as well.

Thanks for a great tool.

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

No branches or pull requests

2 participants