cuSBF
Loading...
Searching...
No Matches
Public Attributes | List of all members
cusbf::detail::FastxRecord Struct Reference

A single sequence record extracted from a FASTA/FASTQ stream. More...

#include <Fastx.hpp>

Public Attributes

std::string header
 Header line without the leading > or .
 
std::string sequence
 Concatenated sequence lines (qualities skipped for FASTQ).
 

Detailed Description

A single sequence record extracted from a FASTA/FASTQ stream.

Definition at line 253 of file Fastx.hpp.

Member Data Documentation

◆ header

std::string cusbf::detail::FastxRecord::header

Header line without the leading > or .

Definition at line 255 of file Fastx.hpp.

◆ sequence

std::string cusbf::detail::FastxRecord::sequence

Concatenated sequence lines (qualities skipped for FASTQ).

Definition at line 257 of file Fastx.hpp.


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