{% extends 'results_base.html' %} {% block stylelink %}"{{ url_for('static', filename='css/results_style.css') }}"{% endblock %} {% block args_content %} {% for key, val in args.items() %} {{key}}  {{val}} {% endfor %} {% endblock %} {% block results %}

Results


Prophages found:

{% for input_file, count in table.items() %} {% endfor %}
{{input_file}} {{count}}
{% if html_file %}

{% endif %}


All results are written in {{outdir}}

{% endblock %}