{% macro project_details_report(validation_results, project_title, validation_date, submission_dir, consent_statement_required, vcf_fasta_analysis_mapping) -%}
Project Title: {{ project_title }}
{% else %}Project Title: Not Found
{% endif %}Validation Date: {{ validation_date }}
Submission Directory: {{ submission_dir }}
{% if consent_statement_required %}Note for human genotype data:
You will need to provide a signed copy of our Consent Statement via email to eva-helpdesk@ebi.ac.uk after submission. Your submission will only be processed after receiving the consent statement. For more info, please see our help section.
{% endif %}| VCF File | Fasta File | Analysis |
|---|---|---|
| {{ mapping.vcf_file }} | {{ mapping.fasta_file }} | {{ mapping.analysis }} |
| Analysis Alias | Errors |
|---|---|
| {{ alias }} | {{ alias_result.errors }} |