After using different alignments programs, I have called the variants by using Freebayes (default options). I have concatenated position, REF, and ALT to create a variants ID and be able to see common variants. Here are the results.
Bowtie2, BWA-SW and BWA-MEM look like there are quite similar However, BWA-backtrack has only 13 variants in common with the others and it has also called a lot of variants.
I have used IGV to see what is going on and I have found this
In this order MEM, Bowtiew, SW and backtrack.
Is normal a great number of artifacts when using backtrack for ~150bp long reads in the FASTQ? And second, regarding SW, are the green reads Tandem Duplication (according to IGV interpretation documentation)?? If so, why?
Someone has done this comparison before and has found similar results?
Thanks for your answer. What do you mean when you say "all -ve strand reads green". What -ve means?
Negative strand. These are the reads with the 0x10 SAM flag set (Section 1.4.2 of the SAM specifications https://samtools.github.io/hts-specs/SAMv1.pdf). They're the reads in IGV that are angled at the start of the alignment instead of the end.