Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore.h459 void * junction_tmp_r2; member
H A Dcore-junction.c2373 subjunc_result_t * junction_tmp_r2 , * junction_tmp_r1; in process_voting_junction_PE_topK() local
2375 junction_tmp_r2 = (subjunc_result_t *) topbuf -> junction_tmp_r2; in process_voting_junction_PE_topK()
2378 memset(junction_tmp_r2, 0, sizeof(subjunc_result_t) * global_context->config.multi_best_reads); in process_voting_junction_PE_topK()
2397 …onfig.do_breakpoint_detection) current_junction_tmp = is_second_read?junction_tmp_r2:junction_tmp_… in process_voting_junction_PE_topK()
2454 …onfig.do_breakpoint_detection) current_junction_tmp = is_second_read?junction_tmp_r2:junction_tmp_… in process_voting_junction_PE_topK()
2505 …onfig.do_breakpoint_detection) current_junction_tmp = is_second_read?junction_tmp_r2:junction_tmp_… in process_voting_junction_PE_topK()
H A Dcore.c3367 …topKbuff -> junction_tmp_r2 = malloc(sizeof(subjunc_result_t) * global_context->config.multi_best_…
3378 free(topKbuff ->junction_tmp_r2);