RRE predictions
{{help_tooltip(tooltip, "rre-side")}}
{% for protocluster in protoclusters %}
{{protocluster.product}} protocluster ({{protocluster.location.start}}...{{protocluster.location.end}})
{% set protocluster_nr = protocluster.get_protocluster_number() %}
{% set protocluster_hits = results.hits_by_protocluster[protocluster_nr] %}
{% for locus_tag in protocluster_hits %}
{% set gene_hits = results.hits_by_cds[locus_tag] %}
{{locus_tag}} {{collapser_start(target=locus_tag, level='cds')}}
{% for hit in gene_hits | sort(attribute='score', reverse=True) %}
- RRE type: {{hit['domain']}}
- Location: {{hit['protein_start']}} - {{hit['protein_end']}}
- Score: {{hit['score']}}
{% endfor %}
{{collapser_end()}}
{% endfor %}
{% endfor %}