This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Convert .ab1/.abi sequence file to FASTA?

What tool can I use to convert a large number of .ab1 sequence files to FASTA?

Ideally a free tool I can execute from the terminal in linux.

sequencing

2 answers

using staden

You could use Biopython's SeqIO module with a little Python to loop over all the input .ab1 files and call the function Bio.SeqIO.convert()

Log in to answer this question.