-
Notifications
You must be signed in to change notification settings - Fork 306
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
Trim to a specified length #9
Comments
I found that FASTX-toolkit implements this feature.
|
This would be useful — I'd be happy to implement this and issue a pull request if it'll be incorporated. Note that bioawk can also do this pretty easily:
|
Release 1.0 does not support trimming to fixed length as adding the functionality may affect the stability of trimfq. You may use Vince's script to achieve the goal for now. I will leave the issue open. |
Actually release 1.0 supports trimming to fixed length! |
I have just commited some changes which does all these (i.e. shortcircuiting the q == 0, keep first last N bp). |
Implemented via 46cd37e ... after 3 years. Sorry. |
Thanks, Heng! |
Would you please tag a new stable release tagged either |
I'd like to trim a bunch of variable length reads to a fixed length. I read the help page for
seqtk trimfq
, but didn't see what I was looking for. Could this feature please be added?The text was updated successfully, but these errors were encountered: