I'm searching for INDELs in exome sequencing data. I used SAMtools Mpileup, Freebayes and GATK. There is no consistency in the result. Which among them is most reliable or is there any other better tool for INDEL identification.
It is really hard to say that which is the better tool for In-Del identification. It is always better to go for more than one algorithm to detect In-Dels. And one also should not expect complete overlap of results obtained using different softwares, because each software has its own model to call variants. I am a fan of GATK HaplotypeCaller because of several reasons, like building haplotype for each In-Dels and context dependent model for calling variants. Mpileup and freebayes are also a quite famous among researchers. So rather I would suggest you to take any of these as a base algorithm to call In-Dels. Obviously overlapping In-Dels will be the ones with high confidence and non-overlapping In-Dels can be confirmed/discarded after doing sanger sequencing.