{% macro nallo_scout_files(scout_files, case_id, case_name) %} {% if scout_files.snv_vcf != "N/A" %} {% endif %} {% if scout_files.snv_research_vcf != "N/A" %} {% endif %} {% if scout_files.sv_vcf != "N/A" %} {% endif %} {% if scout_files.sv_research_vcf != "N/A" %} {% endif %} {% if scout_files.vcf_str != "N/A" %} {% endif %}
Kliniskt relevanta SNVs och INDELs {{ scout_files.snv_vcf.replace(case_id, case_name) }}
SNVs och INDELs för forskning {{ scout_files.snv_research_vcf.replace(case_id, case_name) }}
Kliniskt relevanta SVs {{ scout_files.sv_vcf.replace(case_id, case_name) }}
SVs för forskning {{ scout_files.sv_research_vcf.replace(case_id, case_name) }}
Kliniskt relevanta STRs {{ scout_files.vcf_str.replace(case_id, case_name) }}
{% endmacro %}