NVBIO
|
Consume a stream of banded alignment traceback jobs
stream_type | the stream of alignment jobs |
algorithm_type | a Batch Scheduler specifier |
#include <batched.h>
Public Methods | |
void | enact (stream_type stream, uint64 temp_size=0u, uint8 *temp=NULL) |
Static Public Methods | |
static uint64 | min_temp_storage (const uint32 max_pattern_len, const uint32 max_text_len, const uint32 stream_size) |
static uint64 | max_temp_storage (const uint32 max_pattern_len, const uint32 max_text_len, const uint32 stream_size) |
void nvbio::aln::BatchedBandedAlignmentTraceback< BAND_LEN, CHECKPOINTS, stream_type, algorithm_type >::enact | ( | stream_type | stream, |
uint64 | temp_size = 0u , |
||
uint8 * | temp = NULL |
||
) |
enact the batch execution
|
static |
return the maximum number of bytes required by the algorithm
|
static |
return the minimum number of bytes required by the algorithm