text_layout< phasing_metric, 1 > Struct Template Reference
Public Types | |
typedef phasing_metric::header_type | header_type |
Static Public Member Functions | |
static size_t | write_header (std::ostream &out, const header_type &, const std::vector< std::string > &, const char sep, const char eol) |
static size_t | write_metric (std::ostream &out, const phasing_metric &metric, const header_type &, const char sep, const char eol, const char) |
Detailed Description
template<>
struct illumina::interop::io::text_layout< phasing_metric, 1 >
Phasing Metric CSV text format
This class provide an interface for writing the phasing metrics to a CSV file:
- PhasingMetrics.csv
Member Typedef Documentation
typedef phasing_metric::header_type header_type |
Define a header type
Member Function Documentation
|
inlinestatic |
Write header to the output stream
- Parameters
-
out output stream sep column separator eol row separator
- Returns
- number of column headers
|
inlinestatic |
Write a phasing metric to the output stream
- Parameters
-
out output stream metric phasing metric sep column separator eol row separator
- Returns
- number of columns written
The documentation for this struct was generated from the following file:
- /io/src/interop/model/metrics/phasing_metric.cpp