Searched refs:subread_offset (Results 1 – 2 of 2) sorted by relevance
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | core.c | 3206 int subread_offset = ((subread_step * subread_no) >> 16); local 3208 subread_offset -= subread_offset%(GENE_SLIDING_STEP) - xk1; 3210 char * subread_string = current_read + subread_offset; 3214 …gehash_go_q_CtoT(global_context->current_index, subread_integer , subread_offset, current_rlen, is… 3216 …gehash_go_X(global_context->current_index, subread_integer , subread_offset, current_rlen, is_reve…
|
H A D | core-junction.c | 5185 int subread_offset = (int)(subread_step * subread_no); in core_fragile_junction_voting() local 5186 subread_offset -= subread_offset%GENE_SLIDING_STEP -i; in core_fragile_junction_voting() 5188 char * subread_string = InBuff + subread_offset; in core_fragile_junction_voting() 5191 …gehash_go_q(global_context->current_index, subread_integer , subread_offset, read_len,negative_str… in core_fragile_junction_voting()
|