Group File Compression Tags
Tags for describing file compression formats.

Grouped Tags Overview

Grouped Tags Detail

typedef Tag<BgzfFile_> BgzfFile;

Defined in
<seqan/stream.h>
File compression using the BGZF (Block GZip Format).

The file format is described in the SAM file format description.

typedef Tag<BZ2File_> BZ2File;

Defined in
<seqan/stream.h>
File compression using the popular bzip2 format.

typedef Tag<GZFile_> GZFile;

Defined in
<seqan/stream.h>
File compression using the popular gzip format.