Searched refs:junction_global_table (Results 1 – 1 of 1) sorted by relevance
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | readSummary.c | 6467 void * globval = HashTableGet(junction_global_table, junckey); in fc_thread_merge_results() 6471 HashTablePut(junction_global_table, new_key, globval); in fc_thread_merge_results() 8693 HashTable * junction_global_table = NULL; in readSummary() local 8717 junction_global_table = HashTableCreate(156679); in readSummary() 8720 HashTableSetHashFunction(junction_global_table,HashTableStringHashFunction); in readSummary() 8721 HashTableSetDeallocationFunctions(junction_global_table, free, NULL); in readSummary() 8722 HashTableSetKeyComparisonFunction(junction_global_table, fc_strcmp_chro); in readSummary() 8741 …block_end_index, block_min_start, block_max_end, my_read_counter, junction_global_table, splicing_… in readSummary() 8748 HashTableDestroy(junction_global_table); in readSummary() 8761 ArrayListPush(junction_global_table_list,junction_global_table); in readSummary() [all …]
|