Conversation
Add -l and -L options to work separately on paired-end reads.
|
Hi, thank you for the suggestion, and I agree this behavior would be more consistent with what the other options do. However, I needed to implement it this way for backwards compatibility: When BTW, the The way to only shorten R1 and not R2 would be to specify a value for R2 that exceeds the read length, like Brainstorming a bit: Your original suggestion in #788 of not adding an |
|
Thank you for your kind response! I see the need of backwards compatibility, please feel free to decline my pull request. Currently, I already follow your suggestion to provide large numbers as a workaround to avoid shortening R1 or R2. In terms of consistency, I like the idea using the colon to separate the lengths, also for the |
From the documentation, it seems that in paired-end mode, lower-case parameters are applied to the forward read, and upper-case parameters are applied to the reverse read. To keep this scheme consistent, this small change allows to shorten only one of the reads using either -l for the forward read, or -L for the reverse read.