BLAST+ Search Results
{% if results %}
Query
Subject
% Identity
Alignment Length
Mismatches
Gaps
Q. Start
Q. End
S. Start
S. End
E-value
Bit Score
{% for row in results %}
{% for val in row %}
{% if loop.index0 == 1 %}
{{ val }}
{% else %} {{ val }} {% endif %}
{% endfor %}
{% endfor %}
{% else %}
No hits found.
{% endif %}
← Back to Search