NVBIO
|
Wrapper struct to keep CIGAR arrays and CIGAR coords in one place (host version).
Definition at line 125 of file output_types.h.
#include <output_types.h>
Public Members | |
nvbio::HostVectorArray< io::Cigar > | array |
thrust::host_vector< uint2 > | coords |
nvbio::HostVectorArray<io::Cigar> nvbio::io::HostCigarArray::array |
Definition at line 127 of file output_types.h.
thrust::host_vector<uint2> nvbio::io::HostCigarArray::coords |
Definition at line 128 of file output_types.h.