|
cuSBF
|
#include <type_traits>#include <cusbf/detail/fastx_buffer_reader.hpp>#include <cusbf/error.hpp>#include <cusbf/Fastx.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cusbf |
| namespace | cusbf::detail |
Functions | |
| template<typename FastxReaderType > | |
| Result< bool > | cusbf::detail::collect_next_fastx_record (FastxReaderType &reader, FastxRecord &record, DenseRecordBatchBuilder &chunk) |
Appends the next FASTX record from reader into chunk. | |