Entering edit mode
16 months ago
Denis
▴
310
Hi,
I'd like to map illumina paired-end
reads to the reference genome by Bowtie2
for downstream snp calling
with Freebayes
. The reads are already adapters and quality trimmed. I plan to specify the following Bowtie2
options:
--end-to-end
--very-sensitive
--no-mixed
--no-discordant
I'm wondering which options i have to include/change in my Bowtie2
command line to produce the most reliable results.
Regards,
Denis