Searched refs:this_rname (Results 1 – 1 of 1) sorted by relevance
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | core-junction.c | 1870 char * this_rname = is_second_vote_array[ highest_target_end ]?read_name_2:read_name_1; in align_cluster() local 1878 …SUBREADprintf("RN=%s\nSTART=%u, READ_START=%d, READ_FIRTS_BASE_POS=%s\n", this_rname, tail_mapped_… in align_cluster() 1881 …tail_score = extend_uncovered_region_juncs(global_context, thread_context, this_rname, this_rtext … in align_cluster() 1906 char * this_rname = is_second_vote_array[ highest_target_end ]?read_name_2:read_name_1; in align_cluster() local 1911 …front_score = extend_uncovered_region_juncs(global_context, thread_context, this_rname, this_rtext… in align_cluster()
|