SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::alignment_file_header< ref_ids_type >::program_info_t Struct Reference

Stores information of the program/tool that was used to create the file. More...

#include <seqan3/io/alignment_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 version
 The program/tool version.
 

Detailed Description

template<std::ranges::forward_range ref_ids_type = std::deque<std::string>>
struct seqan3::alignment_file_header< ref_ids_type >::program_info_t

Stores information of the program/tool that was used to create the file.


The documentation for this struct was generated from the following file: