I am writing program for molbiol in swift. I need functionality to open/save the sequencing chromatogram files .ab1, .abi. It will be nice if somebody …
<p>I have read/consulted <a href='http://biostar.stackexchange.com/questions/4105/exporting-raw-trace-data'>these</a> <a href='http://biostar.stackexchange.com/questions/2466/reading-ab1-files-with-python'>two</a> threads here, the ABI file format document, the BioPython project, the R project, the BioConductor project and have …
You can convert your .ab1 file to fasta at the following link;
http://sequenceconversion.bugaco.com/converter/biology/sequences/
Thank you