This is a test version of Biostars. For the public version, visit https://www.biostars.org.
finding gene variation using Fasta files

Hi

I have 50 genes and I want to find each genes variation(SNPs) in 400 genomes. All genes and genomes are in fasta format only. How is it possible?

snp genome

1 answer

If you have the sequences aligned you can use:

https://github.com/zeeev/popFastaaa

samtools faidx MSA.fa
./SNP -s name  -f MSA.fa

Log in to answer this question.