Entering edit mode
2.3 years ago
Denis
▴
320
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