Summary
The pipeline ran successfully and was able to detect {{ page_variables.total_fusions }} fusions for sample {{ page_variables.sample }}.
We were able to find and describe {{ page_variables.known_fusions }} fusions from our local database.
Tools used during the analysis were {{ page_variables.tools | map('capitalize') | join(', ') }}.
{{ sections['dashboard'].title }}
{{ sections['fusion_list'].title }}
{{ sections['fusion_list'].content | safe }}
Fusion gene | Found in DB | {% for tool in sections['fusion_list'].data.tools %}{{ tool }} | {% endfor %}Tools hits | {% for fusion, fusion_info in sections['fusion_list'].data.fusions.items() %}
---|---|---|---|
{% if fusion_info['known'] %}
{{ fusion }}
{% else %}
{{ fusion }}
{% endif %}
|
{% if fusion_info['known'] %}
Found
{% else %}
Not found
{% endif %}
|
{% for found_by_tool in fusion_info['tools'] %}
{% if found_by_tool %}
Found
{% else %}
Not found
{% endif %}
|
{% endfor %}
{% set progress_value = (fusion_info['tools_total'] / fusion_info['tools']|length) * 100 %}
|