Home
last modified time | relevance | path

Searched refs:ext_cursor (Results 1 – 1 of 1) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dinput-files.c4494 int ext_cursor = 36 + name_len + 4*cigar_opts + l_seq + (l_seq+1)/2; in is_read_bin_ONE() local
4495 if(ext_cursor < (*block_len) + 4){ in is_read_bin_ONE()
4496 if(ext_cursor > (*block_len) + 4 - 4) return -17; in is_read_bin_ONE()
4497 …if((!isalpha(bin[ext_cursor])) || bin[ext_cursor+1]>122 || bin[ext_cursor+1]<48 ||!isalpha(bin[ext… in is_read_bin_ONE()