ngsfilter and alignpairedend: paired-end reads are now correctly
reversed and labeled to be aligned correctly by alignpairedend
This commit is contained in:
@ -34,6 +34,7 @@ cdef extern from "kmer_similarity.h" nogil:
|
||||
index_t elt_idx2,
|
||||
OBIDMS_column_p qual_col1,
|
||||
OBIDMS_column_p qual_col2,
|
||||
OBIDMS_column_p reversed_col,
|
||||
uint8_t kmer_size,
|
||||
int32_t** kmer_pos_array,
|
||||
int32_t* kmer_pos_array_height_p,
|
||||
|
Reference in New Issue
Block a user