jstjohn / SeqPrep

Tool for stripping adaptors and/or merging paired reads with overlap into single reads.
MIT License
140 stars 51 forks source link

Max read length #13

Closed Mike-Chester closed 11 years ago

Mike-Chester commented 11 years ago

Hi, When I run SeqPrep, it looks like reads that are longer than 256 bp get automatically trimmed. Is it possible to merge reads that are longer than 256 bp? Thanks

jstjohn commented 11 years ago

Change the MAX_SEQ_LEN variable in the utils.h header file to whatever you need, then remake the project. That should do the trick for you.

On Sep 18, 2013, at 6:21 AM, Mike-Chester notifications@github.com wrote:

Hi, When I run SeqPrep, it looks like reads that are longer than 256 bp get automatically trimmed. Is it possible to merge reads that are longer than 256 bp? Thanks

— Reply to this email directly or view it on GitHub.

Mike-Chester commented 11 years ago

That works great. Thanks for your help!