najoshi / sickle

Windowed Adaptive Trimming for fastq files using quality
MIT License
219 stars 95 forks source link

[2/4] Add a --drop-n / -N option to drop any sequence containing an N #35

Open tsibley opened 10 years ago

tsibley commented 10 years ago

This is a stricter version of --truncate-n which may use sequence fragments up until the first N provided they pass the length filter.

Note: this depends on my previous branch (PR #34) and so contains those commits as well. Only the tip commit is the feature-adding one.

tsibley commented 9 years ago

@najoshi I've updated this PR to be based on top of #40 instead of #34.