#include <nvBowtie/bowtie2/cuda/stats.h>
#include <nvbio/basic/html.h>
#include <nvbio/io/alignments.h>
#include <functional>
#include <algorithm>
#include <numeric>
#include <string>
Go to the source code of this file.
|
void | nvbio::bowtie2::cuda::generate_kernel_table (const uint32 id, const char *report, const KernelStats &stats) |
|
void | nvbio::bowtie2::cuda::generate_report_header (const uint32 n_reads, const Params ¶ms, AlignmentStats &aln_stats, const uint32 n_devices, const Stats *device_stats, const char *report) |
|
void | nvbio::bowtie2::cuda::generate_device_report (const uint32 id, Stats &stats, AlignmentStats &aln_stats, const char *report) |
|
template<typename T > |
void | nvbio::bowtie2::cuda::find_gt2 (const uint32 n, const T *table, uint32 best_bin[2]) |
|