Individual assemblies

{% for assembly in data.assemblies %}

{{ assembly.name }} [{{ data.assemblies_to_ids[assembly.name] }}]

{% for ap in assembly.aps %} {% endfor %}
Seq1 Seq2 Or1 Or2 Or ISC IC OSC OC Unique MAP
{{ ap.seq1 }} {{ ap.seq2 }} {{ ap.seq1_par_or if ap.seq1_par_or is not none else ap.seq1_or }} {{ ap.seq2_par_or if ap.seq2_par_or is not none else ap.seq2_or }} {{ ap.orientation_as_word }} {{ 1 if ap.is_in_semi_conflicted_for(assembly.name) else 0 }} {{ 1 if ap.is_in_conflicted_for(assembly.name) else 0 }} {{ 1 if ap.is_out_semi_conflicted_for(assembly.name) else 0 }} {{ 1 if ap.is_out_conflicted_for(assembly.name) else 0 }} {{ 1 if ap.sources|length == 1 else 0 }} {{ 1 if ap.participates_in_merged else 0 }}
Seq1 Seq2 Or1 Or2 Or ISC IC OSC OC Unique MAP
{% endfor %}