D-Genies

{% if status == "success" %} Your job {{ job_name }} was completed successfully! {% elif status == "no-match" %} Your job {{ job_name }} was completed. {% else %} Your job {{ job_name }} has failed. {% endif %}

Hi,

{% if status == "success" %}

Your job {{ job_name }} is done. You can click here to see results.

{% elif status == "no-match" %}

Sorry, we did not find any match between your query and your target.

{% else %} {% if error != "" %}

{{ error | replace("#ID#",job_name) }}

{% else %}

Your job {{ job_name }} has failed. You can try again.
If the problem persists, please contact the support.

{% endif %} {% endif %} {% if target_name != "" %}

Sequences compared in this analysis:

Target: {{ target_name }} {% if query_name != "" %}
Query: {{ query_name }} {% endif %}

{% endif %} {% if status == "success" %} {% if target_filtered %}

Note: target fasta has been filtered because it contains too small contigs.
To see which contigs has been removed from the analysis, click here.

{% endif %} {% if query_filtered %}

Note: query fasta has been filtered because it contains too small contigs.
To see which contigs has been removed from the analysis, click here.

{% endif %} {% endif %}

See you soon on D-Genies,

The D-Genies team