Looking for a different entry? Unhide the navigation bar and start your search.

Group File Compression Tags
Tags for describing file compression formats.

Table of Contents

TagGrouped Tags Overview

TagGrouped Tags Detail

Tag 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.

Tag typedef Tag<BZ2File_> BZ2File;

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

Tag typedef Tag<GZFile_> GZFile;

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