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

Summary statistics returned by Filter insert operations on FASTX and record-batch input. More...

#include <Fastx.hpp>

Public Attributes

uint64_t recordsIndexed {}
 Records parsed and indexed.
 
uint64_t indexedBases {}
 Total sequence bytes indexed.
 
uint64_t insertedKmers {}
 K-mer windows inserted (valid symbols only).
 

Detailed Description

Summary statistics returned by Filter insert operations on FASTX and record-batch input.

Definition at line 151 of file Fastx.hpp.

Member Data Documentation

◆ indexedBases

uint64_t cusbf::FastxInsertReport::indexedBases {}

Total sequence bytes indexed.

Definition at line 155 of file Fastx.hpp.

155{};

◆ insertedKmers

uint64_t cusbf::FastxInsertReport::insertedKmers {}

K-mer windows inserted (valid symbols only).

Definition at line 157 of file Fastx.hpp.

157{};

◆ recordsIndexed

uint64_t cusbf::FastxInsertReport::recordsIndexed {}

Records parsed and indexed.

Definition at line 153 of file Fastx.hpp.

153{};

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