Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-junction.c2928 char * reversed_first_section_text = NULL; in final_CIGAR_quality() local
2949 reversed_first_section_text = malloc(MAX_READ_LENGTH); in final_CIGAR_quality()
2950 memcpy(reversed_first_section_text, read_text, tmp_int); in final_CIGAR_quality()
2951 reverse_read(reversed_first_section_text, tmp_int, global_context->config.space_type); in final_CIGAR_quality()
2969 if(reversed_first_section_text) in final_CIGAR_quality()
2970 free(reversed_first_section_text); in final_CIGAR_quality()
2971 reversed_first_section_text = NULL; in final_CIGAR_quality()
2979 reversed_first_section_text = malloc(MAX_READ_LENGTH); in final_CIGAR_quality()
2981 memcpy(reversed_first_section_text, read_text + read_cursor, tmp_int); in final_CIGAR_quality()
3000 if(reversed_first_section_text) in final_CIGAR_quality()
[all …]