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.
Here a detail for each job:
{% for subjob in subjobs %}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.
Sequences compared in this analysis:
Target: {{ subjob.target_name }}
{% if subjob.query_name != "" %}
Query: {{ subjob.query_name }}
{% endif %}
Note: target fasta has been filtered because it contains too small contigs.
To see which contigs has been removed from the analysis,
click here.
Note: query fasta has been filtered because it contains too small contigs.
To see which contigs has been removed from the analysis,
click here.
See you soon on D-Genies,
The D-Genies team