${{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

{% if failed_metadata|length == 0 %} {% else %} {% for item in failed_metadata %} {% endfor %} {% endif %}
SRA Run ID Reason for Failure
No Runs Failed
${{item.run_id}} ${{item.reason}}

SRA Runs with Failed Downloads

{% if failed_downloads|length == 0 %} {% else %} {% for item in failed_downloads %} {% endfor %} {% endif %}
SRA Run ID SRA Sample ID Reason for Failure
No Runs Failed
${{item.run_id}} ${{item.sample_id}}
${{item.reason}}

SRA Runs with Failed Dumps

{% if failed_dumps|length == 0 %} {% else %} {% for item in failed_dumps %} {% endfor %} {% endif %}
SRA Run ID SRA Sample ID Reason for Failure
No Runs Failed
${{item.run_id}} ${{item.sample_id}}
${{item.reason}}