A coding region was identified in the target sequence at positions {{coding_idx}}:
{{input}}
{% endif %}{{patterns}}
| Pattern | Count | Positions |
|---|---|---|
| {{ row.Pattern }} | {{ row.Count }} | {% if row.Positions %} {% for token in row.Positions %} {% set bounds = token.split('-') %} {{ token }}{% if not loop.last %}{% endif %} {% endfor %} {% else %} — {% endif %} |
{{elimination_process_description}}
{{non_coding_region_cost_description}}
{{coding_region_cost_description}}
{{index_seq_str}}
{{marked_input_seq}}
{{marked_optimized_seq}}
| Position | Original | Optimized | Cost |
|---|---|---|---|
| {{ change.Position }} | {{ change.Original }} | {{ change.Optimized }} | {{ change.Cost }} |
| Position | Original | Optimized | Cost |
|---|---|---|---|
| {{ change.Position }} | {{ change.Original }} | {{ change.Optimized }} | {{ change.Cost }} |
{{ highlight_optimized_selected | safe }}