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

any mode is missing 5 prime adaptors #32

Open
jblachly opened this issue Mar 23, 2016 · 1 comment
Open

any mode is missing 5 prime adaptors #32

jblachly opened this issue Mar 23, 2016 · 1 comment

Comments

@jblachly
Copy link

When provided with 5 prime adaptors of the form (e.g.)

NNNNNGCTACCC

skewer finds and removes them efficiently in mode -m head. However, when running in -m any mode, they are not detected and removed.

@jblachly
Copy link
Author

I noticed the total read counts after running in any mode are extremely low, so what is left over is the detritus of too general of an adapter to look for throughout the read.

That being said, there are still misses, but I think barcodes simply can't be run in -m any mode due to their length. This is my oversight.

It would be very nice if output could be piped to another stage (or even to another invocation of the program), because a typical workflow could be to remove barcodes (and/or demultiplex while removing), then to remove adapters.

Presently, this requires separate runs, and the way the files are named (with the automatic append of -trimmed) makes this somewhat painful.

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

1 participant