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

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

#include <Fastx.hpp>

Public Attributes

uint64_t recordsQueried {}
 Records parsed and queried.
 
uint64_t queriedBases {}
 Total sequence bytes queried.
 
uint64_t queriedKmers {}
 K-mer windows evaluated.
 
uint64_t positive_kmers {}
 K-mers reported present in the filter.
 

Detailed Description

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

Definition at line 161 of file Fastx.hpp.

Member Data Documentation

◆ positive_kmers

uint64_t cusbf::FastxQueryReport::positive_kmers {}

K-mers reported present in the filter.

Definition at line 169 of file Fastx.hpp.

169{};

◆ queriedBases

uint64_t cusbf::FastxQueryReport::queriedBases {}

Total sequence bytes queried.

Definition at line 165 of file Fastx.hpp.

165{};

◆ queriedKmers

uint64_t cusbf::FastxQueryReport::queriedKmers {}

K-mer windows evaluated.

Definition at line 167 of file Fastx.hpp.

167{};

◆ recordsQueried

uint64_t cusbf::FastxQueryReport::recordsQueried {}

Records parsed and queried.

Definition at line 163 of file Fastx.hpp.

163{};

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