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

Add an option to discard orphans to all trimming tools #51

Closed
samhunter opened this issue Feb 3, 2017 · 4 comments
Closed

Add an option to discard orphans to all trimming tools #51

samhunter opened this issue Feb 3, 2017 · 4 comments

Comments

@samhunter
Copy link
Collaborator

If any trimming tool removes enough bases that a read would be discarded, have the option of discarding the other read in the pair as well. This will allow the user to know that all reads are paired if needed.

@dstreett
Copy link
Collaborator

dstreett commented Feb 3, 2017

Hey, @samhunter, here is a temporary fix for this issue.

q-window-trim . . . | awk -F '\t' '{ if (NF>=5) print $0; }' | overlapper . . .

@dstreett
Copy link
Collaborator

dstreett commented Feb 3, 2017

This feature is to be added to - Cut-Trim, PolyAT-Trim, Q-Window-Trim, N-Remover.

@samhunter
Copy link
Collaborator Author

Does the OrphanDiscard branch install executables? It doesn't appear to on my end, but maybe I am doing something silly?

@msettles
Copy link
Member

Think this is working, closing for now, reopen if not after further testing

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

No branches or pull requests

3 participants