Tools/software for assembling .ab1 trace files
3
0
Entering edit mode
2.2 years ago

Hello Fellow Bioinformaticians,

I'm trying to find a tool to assemble .ab1 trace files (ABI sequencer data files), ideally in Python. However, it looks like Biopython doesn't support DNA assembly. I was wondering if you have any recommendations or suggestions?

Thank you very much!

ab1 abi Python DNA assembly • 2.7k views
ADD COMMENT
0
Entering edit mode

If you have Mac you can use BioLabDonkey program to assemble the reads from .ab1 files directly.

About assembly of .ab1 reads in BioLabDonkey

ADD REPLY
5
Entering edit mode
2.2 years ago
Michael 54k

A more recent solution is Tracy. An open-source trace file toolkit.

ADD COMMENT
0
Entering edit mode

I went with calling Tracy from python scripts, thank you!

ADD REPLY
2
Entering edit mode
2.2 years ago
Mensur Dlakic ★ 27k

I'd be surprised if such a tool existed that assembles directly from ab1 files. You may be able to convert .ab1 files into .fastq format as described here. Then you can assemble the converted reads using MIRA, SPAdes, phrap or some other assembler that can use Sanger reads. You may also want to check out phred which is part of the phrap suite, as it also can read and convert .ab1 files.

ADD COMMENT
2
Entering edit mode

Indeed, phred/phrap/consed is the standard toolkit for Sanger assembly. One can still get them, but they existed before python was even a thing.

ADD REPLY
2
Entering edit mode
2.2 years ago
sklages ▴ 170

Depending on the size of the sanger dataset and if you are fine with commercial software, you might want to consider packages like Genious.

Working with MIRA or even phrap is fun but probably very time-consuming nowadays, especially if you are not familiar with assembly file formats. Staden Package or Consed may be used as alignment editors.

I have been working with these packages years ago ..

ADD COMMENT

Login before adding your answer.

Traffic: 2972 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6