-
Notifications
You must be signed in to change notification settings - Fork 326
added -B/-E to trimfq for keeping first/last INT bp" #38
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
Conversation
added -B/-E to trimfq for keeping first/last INT bp"
fixing bugs and also "shortcircuting" the case when param == 0
fixing bugs
fixing description
Updated with -B/-E for trimfq examples
seqtk.c
Outdated
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.
Typo here mate! from rigth
fixed typo "rigth" to "right"
|
Thx! Fixed! |
updated version string to 1.0-r68a-dirty
Added the possibility to use simultaneously in trimfq: a) -e with -E, and b) -b with -B.
Added examples for use simultaneously use with trimfq of: a) -e with -E, and b) -b with -B.
setting the minimum length
the minimum reads after the trimming is 1 instead of zero (no reads with length 0 are created)
fixes
fixes bugs and descriptions of "trimfq -l"
Adding example for "trimfq -l" usage with other trimming options.
trying to fix locally the bug where reads with no sequence are converted to FASTA format in TRIMFQ and also setting be default "trimfq -l" to 1 instead of 30.
fixing bug in trimfq
fixed bugs regarding trimfq
updated to the version string to: 1.0-r68e-dirty
|
These additions/patches are used heavily by FusionCatcher (which has a lot of users and also brings a lot of users to SeqTK tools) and therefore it would be great if they would be merged into the master branch! |
|
|
added -B/-E to trimfq for keeping first/last INT bp"