34 #include <thrust/host_vector.h>
35 #include <thrust/device_vector.h>
55 thrust::device_vector<uint8>&
mapq;
59 thrust::device_vector<io::Alignment>& _alignments,
62 thrust::device_vector<uint8>& _mapq,
63 thrust::device_vector<uint32>* _read_ids = NULL)
73 void readback_scores(thrust::host_vector<io::Alignment>& host_alignments)
const;
79 void readback_mapq(thrust::host_vector<uint8>& host_mapq)
const;
81 void readback_ids(thrust::host_vector<uint32>& host_ids)
const;
95 thrust::host_vector<uint8>
mapq;
120 thrust::host_vector<uint8>
mapq[2];