This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to extracts variants from multiple sequence alignment files?

I have a clustalw file in .aln format I want to get the variants only from this file

clustalw biopython fasta fastq

I try it but I got this: Alignment sequences.fasta contains sequences of unequal length. Expected length is 712 but got 688 in sequence MT364213.1

I found that the sequences must have the same length

If your sequences aren't the same length, they aren't aligned, so you need to check your input data properly.

0 answers

No answers yet.

Log in to answer this question.