kage
kage copied to clipboard
Alignment-free genotyper for SNPs and short indels, implemented in Python.
Hi, I've been trying to build my own index bundle to use with kage, but keep encountering errors along the way. I believe the most recent on is due to...
I install kage via `pip3` which works fine: ``` pip3 install kage-genotyper ``` However, when I try to run it I get: ``` cgroza@ubuntu:~$ kage Traceback (most recent call last):...
@sandve, I am working on reconstructing a haploid haplotype using the imputed genotypes from KAGE. Currently, I am using the following commands: ```bash kage index -r MHC-CHM13.ref.fa -v MHC_49-MC.vcf.gz -o...
Hi, I'm trying to run the kage index step of kage but I get the following error: TypeError: __init__() missing 1 required positional argument: 'dtype' My input VCF is only...