Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore.c2477 … global_context, unsigned int * repeated_buffer_position, char ** repeated_buffer_cigar, int * rep… argument
2480 … global_context, unsigned int * repeated_buffer_position, char ** repeated_buffer_cigar, int * rep… argument
2502 …if(strcmp(repeated_buffer_cigar[x1], r1_cigar) == 0 && strcmp(repeated_buffer_cigar[x1+1], r2_ciga…
2516 strcpy(repeated_buffer_cigar[*repeated_count], r1_cigar);
2517 strcpy(repeated_buffer_cigar[1 + *repeated_count], r2_cigar);