SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Internal class used to expose the actual format interface to read sequence records from the file. More...
#include <seqan3/io/sequence_file/input_format_concept.hpp>
Public Member Functions | |
template<typename... ts> | |
void | read_sequence_record (ts &&... args) |
Forwards to the seqan3::sequence_file_input_format::read_sequence_record interface. | |
Internal class used to expose the actual format interface to read sequence records from the file.
format_type | The type of the format to be exposed. |
Exposes the protected member function read_sequence_record
from the given format_type
, such that the file can call the proper function for the selected format.