Entering edit mode
9.7 years ago
Jautis
▴
580
Hello, I have a two fasta files that represent large sections of a chromosome and I am wondering if there's a way to tell what bases differ between the two.
For example, a subsection could look like this:
Fasta 1:
>chr1 ATACGTGATCGAT.........AATCGT
Fasta 2:
>1 ATCCGTGATCGAT.........AATCGT
And I would want an output that says base 3 is different between the two.
Any ideas or advice would be great!