[{% for assembly in data.assemblies %} {{ assembly.name }} ({{ data.assemblies_to_ids[assembly.name] }}){% if not loop.last %}; {% endif %} {% endfor %}]
Fragment length filtration is not available, as no data regarding fragments length was provided
Sources | Seq1 | Seq2 | OOr1 | OOr2 | POr1 | POr2 | Or1 | Or2 | CW | Or | ISC | IC | OSC | OC | MAP | self_id | detailed | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[{% for source_name in ap.sources|sort %}{{ data.assemblies_to_ids[source_name] }}{% if not loop.last %}, {% endif %}{% endfor %}] | {{ ap.seq1 }} | {{ ap.seq2 }} | {{ ap.seq1_or }} | {{ ap.seq2_or }} | {{ ap.seq1_par_or }} | {{ ap.seq2_par_or }} | {% if ap.seq1_par_or is not none %} {{ ap.seq1_par_or }} {% else %} {{ ap.seq1_or }} {% endif %} | {% if ap.seq2_par_or is not none %} {{ ap.seq2_par_or }} {% else %} {{ ap.seq2_or }} {% endif %} | {{ "%0.2f" | format(ap.cw) | float }} | {{ ap.orientation_as_word }} | {% if ap.in_semi_conflicted|length > 0 %}[{% for source_name in ap.in_semi_conflicted|sort(case_sensitive=False) %}{{ data.assemblies_to_ids[source_name] }}{% if not loop.last %}, {% endif %}{% endfor %}]{% else %}0 {% endif %} | {% if ap.in_conflicted|length>0 %}[{% for source_name in ap.in_conflicted|sort(case_sensitive=False) %}{{ data.assemblies_to_ids[source_name] }}{% if not loop.last %},{% endif %}{% endfor %}]{% else %}0 {% endif %} | {% if ap.out_semi_conflicted|length>0 %}[{% for source_name in ap.out_semi_conflicted|sort(case_sensitive=False) %}{{ data.assemblies_to_ids[source_name] }}{% if not loop.last %}, {% endif %}{% endfor %}]{% else %}0{% endif %} | {% if ap.out_conflicted|length>0 %}[{% for source_name in ap.out_conflicted|sort(case_sensitive=False) %}{{ data.assemblies_to_ids[source_name] }}{% if not loop.last %}, {% endif %}{% endfor %}]{% else %}0{% endif %} | {{ 1 if ap.participates_in_merged else 0 }} | {{ ap.self_id }} | 0 | |
Sources | Seq1 | Seq2 | OOr1 | OOr2 | POr1 | POr2 | Or1 | Or2 | CW | Or | ISC | IC | OSC | OC | MAP | self_id | detailed |