.AB1

AB1 File

Applied Biosystems DNA Sequencing File (ABIF)
Ask a question
QUICK ANSWER

An AB1 file is a DNA chromatogram produced by Applied Biosystems (Thermo Fisher Scientific) Sanger sequencing instruments. It stores the raw fluorescence trace, base calls, and quality scores from one capillary sequencing run. Open it with SnapGene Viewer (free) or Chromas Lite (free). The DNA sequence is already inside the file - export it to FASTA to use it elsewhere.

Developer: Applied Biosystems (now Thermo Fisher Scientific) Category: Data Files MIME: application/octet-stream
OPENS ON Windows macOS Linux Web
Related: .PKPASS · .DAT · .JSON · .RIS

On this page

19k+ extensions indexed
Last reviewed Jul 26, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the AB1 file format?

An .ab1 file is a binary chromatogram produced by Applied Biosystems (now Thermo Fisher Scientific) capillary DNA sequencers, storing the raw and processed output of a single Sanger sequencing run. The format is officially called ABIF - Applied Biosystems Genetic Analysis Data File Format.

The file opens with a four-byte ASCII magic string ABIF, followed by a version field and a 128-byte header that records the offset of the tag directory. The body uses a TIFF-inspired tagged structure: each directory entry specifies a four-character tag name, data type code, element count, data size, and either an inline value (for entries ≤ 4 bytes) or an offset pointing to a data block elsewhere in the file. Core data blocks include raw fluorescence intensities for four dye channels (DATA tags 1-4 and 105-108), processed base calls (PBAS 2), Phred-equivalent quality scores (PCON 2), and peak position indices (PLOC 2). Instrument metadata - model, run name, injection parameters - are stored in additional named tags.

One .ab1 file represents a single capillary read, typically covering 600-1,000 base pairs. For high-throughput next-generation sequencing, the dominant format is FASTQ, but Sanger sequencing continues to produce .ab1 as its primary output. It remains the standard for verifying short targeted sequences such as plasmid inserts and PCR products.

The older extension .abi refers to the same ABIF format and is produced by some older Applied Biosystems instruments.

Security & safety

RISK: LOW

Binary scientific data file; no executable code. Safe to open in any viewer. Files received from sequencing services contain only DNA sequence data.

Format details

in a nutshell
FULL NAMEApplied Biosystems DNA Sequencing File (ABIF)aka ABI chromatogram, ABIF file
DEVELOPERApplied Biosystems (now Thermo Fisher Scientific)since 1994 (ABI PRISM 377 sequencer)
CATEGORYData Files
MIME TYPEapplication/octet-stream
TYPEbinary scientific data (DNA chromatogram)
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
41424946
ASCII
ABIF
Bytes 0-3 = ASCII 'ABIF'; byte 4 = file type (1); bytes 6-7 = version (usually 0x0065 = v101). Header is 128 bytes.

Programs that open AB1 files

Windows7 apps
SnapGene Paid Full-featured cloning software; open .ab1 via File → Import Sequencing Data for alignment against reference.
DNA Baser Freemium Open .ab1 files for viewing or sequence assembly; supports batch import.
BioEdit Free Legacy sequence editor; can open .ab1 chromatograms. Last updated 2013 - functional but unmaintained.
ChromasPro Paid Advanced trace viewer with assembly; open .ab1, batch trim by quality, assemble reads.
Chromas Lite Free Open .ab1 file directly; view trace, edit base calls, export sequence as text/FASTA.
SnapGene Viewer Free File → Open → select .ab1 file; displays chromatogram trace with quality values, allows export to FASTA/GenBank.
4Peaks (Windows via Wine) Free macOS-native; Windows users can try Wine. View and edit .ab1 traces.
macOS3 apps
4Peaks Free Mac-only chromatogram viewer; open .ab1, edit base calls, export FASTA. Intuitive UI.
ChromasPro Paid Available for macOS; batch assembly and quality trimming.
SnapGene Viewer Free Open .ab1 file; view trace with quality bars, export sequence.
Linux2 apps
SnapGene Viewer Free Linux build available; open .ab1 via File → Open.
Chromas Lite (Wine) Free Windows-only binary; run under Wine on Linux.
Web1 app
Science Codons AB1 Viewer Free Upload .ab1 in browser; view trace and export sequence online - no install needed.

Technical details

deep spec
Magic bytesASCII ABIF (0x41 0x42 0x49 0x46) at offset 0
EncodingBinary
Byte orderBig-endian
Header128 bytes: magic ABIF, file type byte, version (0x0065 = v1.01), tag directory offset and entry count
Tag structureTIFF-inspired directory: 4-char tag name, tag number, data type code, element count, element size, data size, inline value or file offset
Core data tagsRaw fluorescence for 4 dye channels (DATA 1-4, 105-108), base calls (PBAS 2), quality scores (PCON 2), peak positions (PLOC 2)
Typical size50 KB - 500 KB per single capillary read
Sequence coverageOne file per capillary read, typically 600-1,000 base pairs
Instrument seriesProduced by ABI PRISM 377, 3100, 3130, and 3730 capillary DNA sequencer series
Specification versionABIF v1.01 (July 2006 spec); format stable since mid-1990s introduction
Developer lineageApplied Biosystems → Life Technologies (2008) → Thermo Fisher Scientific (2014)
MIME typeapplication/octet-stream (chemical/seq-na-abif also used in bioinformatics contexts)
Alternative extension.abi - same ABIF format, produced by some older Applied Biosystems instruments
Released1994 (ABI PRISM 377 sequencer)
Latest versionABIF v1.01 (specification July 2006; format stable since mid-1990s)
Specificationcdn.thermofisher.com

AB1 conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with AB1 files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about AB1 files.

Frequently asked questions

How do I extract the DNA sequence from an .ab1 file?
Open in SnapGene Viewer (free) or Chromas Lite (free) and export to FASTA. In Python, use BioPython: SeqIO.read('file.ab1', 'abi').seq
What is the difference between .ab1 and .abi?
.ab1 is the current Applied Biosystems extension; .abi is an older variant used by legacy software. Both use the same ABIF binary format and are interchangeable.
Can I open .ab1 files online without installing software?
Yes - Science Codons AB1 Viewer (sciencecodons.com) lets you upload and view the chromatogram in a browser.
Why does the sequence in my .ab1 file have Ns?
N means the instrument could not call the base confidently. This is normal at the start and end of reads. Trim low-quality ends (Phred quality < 20) to get the reliable core sequence.
How do I open many .ab1 files at once?
ChromasPro and DNA Baser support batch import and assembly. BioPython can loop over files programmatically.
Is SnapGene Viewer really free?
Yes - SnapGene Viewer is permanently free. SnapGene (the full cloning tool) requires a paid license.

References

1ABIF File Format Specification - Applied Biosystems (2006)archive.gfjc.fiu.edu
2ABIF Manager - Bioinformatics (Oxford)academic.oup.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.NOMEDIAAndroid No-Media Marker File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z