Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A DHelperFunctions.c295 char * mem_chro = malloc(strlen(chro_name)+1); in read_contig_fasta() local
296 strcpy(mem_chro, chro_name); in read_contig_fasta()
297 HashTablePut(tab -> size_table , mem_chro, NULL + inner_cursor); in read_contig_fasta()
298 HashTablePut(tab -> contig_table , mem_chro, bin_block); in read_contig_fasta()