Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dgene-algorithms.h55 int init_allvote(gene_allvote_t* allvote, int expected_len, int allowed_indels);
H A Dgene-algorithms.c617 int init_allvote(gene_allvote_t* allvote, int expected_len, int allowed_indels) in init_allvote() argument
631 allvote -> max_indel_tolerance = allowed_indels; in init_allvote()
632 allvote -> indel_recorder_length = max(3*(allowed_indels+1)+1, 28); in init_allvote()
639 if(allowed_indels && is_OK) in init_allvote()