Open
Description
We'll need something like this to segregate indels, MNPs or larger structural variants from snps in certain analyses, and it could start by simply defining an is_snp
function. That would be enough for most GWAS and it could be a building block for a larger get_allele_type
function. The Hail is_snp function would be a good guideline as would allele_type.