cuSBF
Loading...
Searching...
No Matches
Namespaces | Functions
fastx_dense_batch.hpp File Reference
#include <type_traits>
#include <cusbf/detail/fastx_buffer_reader.hpp>
#include <cusbf/error.hpp>
#include <cusbf/Fastx.hpp>
Include dependency graph for fastx_dense_batch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cusbf
 
namespace  cusbf::detail
 

Functions

template<typename FastxReaderType >
Result< boolcusbf::detail::collect_next_fastx_record (FastxReaderType &reader, FastxRecord &record, DenseRecordBatchBuilder &chunk)
 Appends the next FASTX record from reader into chunk.