Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-junction.c1797 is_second_vote_array[x1] = this_cluster -> from_second_read[x1]; in align_cluster()
1803 sort_pointers[2] = is_second_vote_array; in align_cluster()
1811 gene_vote_t * this_vote = is_second_vote_array[x1]?vote_2:vote_1; in align_cluster()
1825 gene_vote_t * this_vote = is_second_vote_array[target_element_i]?vote_2:vote_1; in align_cluster()
1858 gene_vote_t * last_vote = is_second_vote_array[ highest_target_end ]?vote_2:vote_1; in align_cluster()
1860 int this_rlen = is_second_vote_array[ highest_target_end ]?read_len_2 : read_len_1; in align_cluster()
1920 SUBREADprintf("R%d\t", is_second_vote_array[target_element_i]+1); in align_cluster()
1925 gene_vote_t * this_vote = is_second_vote_array[target_element_i]?vote_2:vote_1; in align_cluster()
1964 gene_vote_t * this_vote = is_second_vote_array[ x1 ]?vote_2:vote_1; in align_cluster()
2150 gene_vote_t * start_vote = is_second_vote_array[start_element_i]?vote_2:vote_1; in find_path()
[all …]