Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-junction.c2250 int simple_record_numbers[2], third_k; in process_voting_junction_PE_topK() local
2309 simple_record_numbers[is_second_read] = current_simple_number; in process_voting_junction_PE_topK()
2316 for(i = 0; i < simple_record_numbers[0]; i++){ in process_voting_junction_PE_topK()
2317 for(j = 0; j < simple_record_numbers[1]; j++){ in process_voting_junction_PE_topK()
2433 if(0 == simple_record_numbers[0]) in process_voting_junction_PE_topK()
2435 if(global_context -> input_reads.is_paired_end_reads && 0 == simple_record_numbers[1]) in process_voting_junction_PE_topK()
2438 if(simple_record_numbers[0]>0 || simple_record_numbers[1]>0) in process_voting_junction_PE_topK()
2456 for(i = 0; i < simple_record_numbers[is_second_read]; i++){ in process_voting_junction_PE_topK()