#include <nvbio/basic/types.h>
#include <nvbio/basic/numbers.h>
#include <nvbio/basic/timer.h>
#include <emmintrin.h>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
Go to the source code of this file.
#define KSW_XBYTE 0x10000 |
#define KSW_XSTART 0x80000 |
#define KSW_XSTOP 0x20000 |
#define KSW_XSUBO 0x40000 |
#define UNLIKELY |
( |
|
x) | |
(x) |
__device__ int __max_16 |
( |
__m128i |
xx) | |
|
Initialize the query data structure
- Parameters
-
size | Number of bytes used to store a score; valid valures are 1 or 2 |
qlen | Length of the query sequence |
query | Query sequence |
m | Size of the alphabet |
mat | Scoring matrix in a one-dimension array |
- Returns
- Query data structure
Definition at line 67 of file cpu.cpp.