Closed DuttaAnik closed 4 months ago
Multi alleles are still not supported, unfortunately. but the parsing bug should bed be fixed now in d717b80779d2384d0037f9d27e9aa895d2e2c565 . Let me know if you have any other issues.
Resolved as confirmed in https://github.com/JustinChu/ntsm/issues/3
Hello, Linked to previous questions, I gave the tool a try with the vcf and genome file. First I got an error that my VCF has multiple alternate alleles. Then, I filtered out all the multiallelic sites and kept only biallelic SNPs. After running the following command:
scripts/generateSites name=test ref=/media/Ref_genome.fasta vcf=/media/Biallelic.vcf
I got this error:
Do you know how to resolve those two issues? Thanks.