This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Open .Ab1 Chromatogram Files In Ubuntu

How can I open .ab1 chromatogram sequencing files in ubuntu? Which software should I install? I just want to look at the chromatograms and inspect them visually, rather than analyze them in a thorough way.

sequencing ubuntu

1 answer

  1. sudo apt-get install emboss
  2. man abiview

Thanks. And then with the % abiview -graph cps command you can make a .ps file and see the whole chromatogram.

Log in to answer this question.