SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Stores information of the program/tool that was used to create a SAM/BAM file. More...
#include <seqan3/io/sam_file/header.hpp>
Public Attributes | |
std::string | command_line_call |
The command line call that produces the file. | |
std::string | description |
A description of the program and/or program call. | |
std::string | id |
A unique (file scope) id. | |
std::string | name |
The official name. | |
std::string | previous |
The id of the previous program if program calls were chained. | |
std::string | user_tags |
Additional user-defined tags. | |
std::string | version |
The program/tool version. | |
Stores information of the program/tool that was used to create a SAM/BAM file.