GenomicDataStream
A scalable interface between data and analysis
Loading...
Searching...
No Matches
GenomicDataStreamParallel< T > Class Template Reference

#include <GenomicDataStreamParallel.h>

Public Member Functions

 GenomicDataStreamParallel (const Param &param, const vector< string > &regions, size_t numChunks, size_t numThreads)
void processChunks (std::function< void(const gds::DataChunk< T > &, size_t)> processFunc)

Constructor & Destructor Documentation

◆ GenomicDataStreamParallel()

template<typename T>
GenomicDataStreamParallel< T >::GenomicDataStreamParallel ( const Param & param,
const vector< string > & regions,
size_t numChunks,
size_t numThreads )
inline

Member Function Documentation

◆ processChunks()

template<typename T>
void GenomicDataStreamParallel< T >::processChunks ( std::function< void(const gds::DataChunk< T > &, size_t)> processFunc)
inline

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