Vaccine Peptides Report

PATIENT INFO

{% for key, val in patient_info.items() %} {% endfor %}
{{ key }}{{ val }}

COMMAND LINE ARGUMENTS

{% for key, val in args %} {% endfor %}
{{ key }}{{ val }}
{% if input_json_file %}

Report generated from saved location: {{ input_json_file }}

{% endif %}
    {% for v in variants %}
  1. {% for key, val in v.variant_data.items() %} {% endfor %}
    Variant {{ v.short_description }}
    {{ key }}{{ val }}

    Predicted Effect

    {% for key, val in v.effect_data.items() %} {% endfor %}
    {{ key }}{{ val }}

    {% if v.databases %}

    Databases

    {% for key, val in v.databases.items() %} {% endfor %}
    {{ key }}{{ val }}

    {% endif %}

    Vaccine Peptides for variant: {{ v.short_description }}

      {% for p in v.peptides %}
    1. {{ p.header_display_data.aa_before_mutation }}{{ p.header_display_data.aa_mutant }}{{ p.header_display_data.aa_after_mutation }}
      {% for key, val in p.peptide_data.items() %} {% endfor %}
      {{ key }}{{ val }}
      Manufacturability
      {% for key, val in p.manufacturability_data.items() %} {% endfor %}
      {{ key }}{{ val }}
      Predicted mutant epitopes
      {% for key in p.epitopes[0] %} {% endfor %} {% for e in p.epitopes %} {% for _, val in e.items() %} {% endfor %} {% endfor %}
      {{ key }}
      {{ val }}
    2. {% endfor %}
  2. {% endfor %}
{% for r in reviewers %} {% endfor %}
Reviewed By
{{ r }}


Final Review
Name{{ final_review }}
Signature
Date