This is a test version of Biostars. For the public version, visit https://www.biostars.org.
HaplotypeCaller - only SNPs

Does anyone know how set HaplotypeCaller to only consider SNPs and not indels?

haplotypecaller gatk

After HaplotypeCaller, you can use gatk SelectVariants to extract snps or indels from vcf file (link to command)

1 answer

Filter the vcf dowstream after haplotypecaller using bcftools or gatk variantfiltration

Log in to answer this question.