biocore / deblur

Deblur is a greedy deconvolution algorithm based on known read error profiles.
BSD 3-Clause "New" or "Revised" License
91 stars 41 forks source link

add a skip trim option #123

Closed antgonza closed 7 years ago

antgonza commented 7 years ago

Trimming should be optional in deblur, perhaps adding a parameter --skip-trim-step/--skip-trimming will be good. Basically, the input file should be the input file of the next step after trimming.

wasade commented 7 years ago

Fixed in #130