Skip to content
Snippets Groups Projects
Commit bfac86b5 authored by Vermaat's avatar Vermaat
Browse files

Fix typo in name checker output

Fixes #24
parent e7379fcf
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
{%- endfor -%} {%- endfor -%}
</pre> </pre>
<h4>Protein codedicted from variant coding sequence</h4> <h4>Protein predicted from variant coding sequence</h4>
{% if newProtein %} {% if newProtein %}
<pre> <pre>
{%- for i in newProtein -%} {%- for i in newProtein -%}
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
{%- endfor -%} {%- endfor -%}
</pre> </pre>
{% else %} {% else %}
<p>No change: codedicted protein (not shown) equals reference protein.</p> <p>No change: predicted protein (not shown) equals reference protein.</p>
{% endif %} {% endif %}
{% if altStart %} {% if altStart %}
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
{%- endfor -%} {%- endfor -%}
</pre> </pre>
{% else %} {% else %}
<p>No change: codedicted protein (not shown) equals reference protein.</p> <p>No change: predicted protein (not shown) equals reference protein.</p>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment