${{title}}
If SRA runs files are listed in any of the tables below then these runs were excluded from the GEMmaker results.
SRA Runs with Metadata Failures
| SRA Run ID |
Reason for Failure |
{% if failed_metadata|length == 0 %}
| No Runs Failed |
{% else %}
{% for item in failed_metadata %}
| ${{item.run_id}} |
${{item.reason}} |
{% endfor %}
{% endif %}
SRA Runs with Failed Downloads
| SRA Run ID |
SRA Sample ID |
Reason for Failure |
{% if failed_downloads|length == 0 %}
| No Runs Failed |
{% else %}
{% for item in failed_downloads %}
| ${{item.run_id}} |
${{item.sample_id}} |
${{item.reason}} |
{% endfor %}
{% endif %}
SRA Runs with Failed Dumps
| SRA Run ID |
SRA Sample ID |
Reason for Failure |
{% if failed_dumps|length == 0 %}
| No Runs Failed |
{% else %}
{% for item in failed_dumps %}
| ${{item.run_id}} |
${{item.sample_id}} |
${{item.reason}} |
{% endfor %}
{% endif %}