|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
A tag signifying a bz2 compressed file. More...
#include <seqan3/io/detail/magic_header.hpp>
Static Public Attributes | |
| static std::vector< std::string > | file_extensions {{"bz2"}} |
| The valid file extension for bz2 compression. | |
| static constexpr std::array< char, 3 > | magic_header {'\x42', '\x5a', '\x68'} |
| The magic byte sequence to disambiguate bz2 compressed files. | |
A tag signifying a bz2 compressed file.