NVBIO
|
#include <nvBowtie/bowtie2/cuda/string_utils.h>
#include <nvBowtie/bowtie2/cuda/params.h>
#include <nvbio/alignment/alignment_base.h>
#include <nvbio/io/alignments.h>
#include <nvbio/io/utils.h>
#include <nvbio/basic/vector_view.h>
Go to the source code of this file.
Namespaces | |
nvbio | |
Define a vector_view POD type and plain_view() for std::vector. | |
nvbio::bowtie2 | |
nvbio::bowtie2::cuda | |
nvbio::bowtie2::cuda::detail | |
Functions | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void | nvbio::bowtie2::cuda::detail::frame_opposite_mate (const int policy, const uint32 anchor, const bool anchor_fw, bool &left, bool &fw) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE int32 | nvbio::bowtie2::cuda::detail::compute_target_score (const io::BestPairedAlignments &best, const int32 a_worst_score, const int32 o_worst_score) |