This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Open Source Compliant Diploid Variant Caller comparable to GATK Haplotype Caller?

Is there a Diploid Variant Caller comparable algorithmically and in performance to GATK 2.x or 3.x Haplotype Caller but with an Open Source Compliant license (non-restrictive use)?

gatk variant calling

4 answers

This is always worth a read (from Brad Chapman).

tl;dr?

FreeBayes is pretty good. (MIT licenced)

Thanks Brad, these posts are a great resource.

From what I know, you can also use ISAAC aligner + variant caller which is developed by illumina, playtpus from Welcome Trust is another possible candidate. From my group's experience, ISAAC is more stringent whereas platypus' stringency is somewhere between GATK HC and ISAAC

Platypus is developed by Oxford, not sanger.

Well, it is from the Wellcome Trust Centre for Human Genetics in Oxford if we are to be really precise. I think that makes you both correct.

Good news, hopefully, for anyone reading this thread: GATK is returning to a fully open-source license (BSD 3-clause). For more details, see the press release from Broad and my post on the GATK blog.

Depends on what you define as 'comparable'.

http://varscan.sourceforge.net/

Performance would be easy, functionality and quality I guess is the difficult part.

Log in to answer this question.