This is somewhat of a continuation to my previous question here. Apparently, the problem with the paired-end artificial reads is that they have the following orientation:
-----> read 1 -----> read 2
--------------------------------- DNA fragment
Is there a Bowtie 2 configuration that will allow for these reads to be aligned as concordant pairs as opposed to discordant ones?
Interestingly, bowtie2 does not have
--rr
.I will try that. My background is not in biology so it was not clear to me what this section of the manual meant (despite understanding upstream/downstream and reverse complement).