Searched defs:indel_table (Results 1 – 2 of 2) sorted by relevance
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | gene-value-index.c | 352 int find_all_indels(HashTable *indel_table, unsigned long pos, indel_record_t * ret, int search_to_… in find_all_indels() 416 int match_indel_table_to_front(HashTable * indel_table , char * read, gene_value_index_t * index, u… in match_indel_table_to_front() 443 void match_indel_table_to_front_in(HashTable * indel_table , char * read, int read_pos_first_base, … in match_indel_table_to_front_in() 530 int match_indel_table_to_back(HashTable * indel_table, char * read, gene_value_index_t * index, uns… in match_indel_table_to_back() 562 void match_indel_table_to_back_in(HashTable * indel_table , char * read, gene_value_index_t * index… in match_indel_table_to_back_in()
|
H A D | gene-algorithms.c | 2613 void remove_indel_neighbours(HashTable * indel_table) in remove_indel_neighbours()
|