Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore.h251 int DP_mismatch_penalty; member
H A Dcore-interface-aligner.c319 global_context->config.DP_mismatch_penalty = atoi(optarg); in parse_opts_aligner()
H A Dcore-interface-subjunc.c320 global_context->config.DP_mismatch_penalty = atoi(optarg); in parse_opts_subjunc()
H A Dcore-indel.c4521 context->config.DP_mismatch_penalty = 0; in init_global_context()
4590 CORE_DPALIGN_MISMATCH_PENALTY = global_context -> config.DP_mismatch_penalty; in core_dynamic_align()