D-Genies

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

Hi,

{% if status == "success" %}

Your batch job {{ job_name }} is done.

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

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

{% else %}

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

{% endif %} {% endif %} {% if subjobs %}

Here a detail for each job:

{% for subjob in subjobs %}

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

{% if subjob.status == "success" %}

You can click here to see results.

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

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

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

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

{% else %}

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

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

Sequences compared in this analysis:

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

{% endif %} {% if subjob.status == "success" %} {% if subjob.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 subjob.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 %} {% endfor %} {% endif %}

See you soon on D-Genies,

The D-Genies team