Input

Target Sequence:

{% if coding_idx is not none and coding_idx | length > 0 %}

A coding region was identified in the target sequence at positions {{coding_idx}}:

{{ highlight_input | safe }}
{% else %}

{{input}}

{% endif %}

Unwanted Patterns:

{{patterns}}

Elimination

Elimination Process

{{elimination_process_description}}

Non-Coding regions:

{{non_coding_region_cost_description}}

Coding regions:

{{coding_region_cost_description}}

Results

DNA Sequences Difference:

{{index_seq_str}}
{{marked_input_seq}}
{{marked_optimized_seq}}

Detailed substitutions relative to the target sequence:

{{detailed_changes}}

Optimized Sequence:

{{ highlight_optimized_selected | safe }}