{% load static %} CoNSENsX result sheet {% if SVD_calc %} {% else %} {% endif%}
PDB file: {{ my_PDB }} {{ n_model }} models found
NOE restraint file: {{ my_NOE }} {{ n_NOE }}
BMRB file: {{ my_STR }}
{% if bme_zf %} {% endif%}
Compliance Measure:  
Min. ensemble size:  
Overdrive:   Max. ensemble size:  

Bulk select:

{% if RDC_data %}
{% endif %} {% if S2_data %}
{% endif %} {% if Jcoup_data %}
{% endif %} {% if chemshift_data %}
{% endif %}
{% if NOE_PRIDE_data %}

NOE violations and PRIDE-NMR

NOE distance violation
Total # of violations:{{ NOE_PRIDE_data.NOE_violations }}
PRIDE-NMR
Model with best score:{{ NOE_PRIDE_data.best_score }}
Model with worst score:{{ NOE_PRIDE_data.worst_score }}
Average score:{{ NOE_PRIDE_data.average_score }}
Standard Deviation:{{ NOE_PRIDE_data.deviation }}
{{ PRIDE_hist }}
{% endif %} {% if RDC_data %} {% for RDC_num, RDC_table in RDC_data.items %}

RDCs (group {{ RDC_num }})

{% for RDC in RDC_table %}
{{ RDC.RDC_type }}
Values:{{ RDC.RDC_model_n }}
Correlation:{{ RDC.correlation }}
Q-factor:{{ RDC.q_value }} %
RMSD:{{ RDC.rmsd }}
0
{% endfor %}
{% endfor %} {% endif %} {% if S2_data %}

Order parameters

{% for S2 in S2_data %}
{{ S2.S2_type }}
Values:{{ S2.S2_model_n }}
Correlation:{{ S2.correlation }}
RMSD:{{ S2.rmsd }}
0
{% endfor %}
{% endif %} {% if S2_sc_data %}

Order parameters - sidechain

S2 sidechain
Values:{{ S2_sc_data.S2_model_n }}
Correlation:{{ S2_sc_data.correlation }}
RMSD:{{ S2_sc_data.rmsd }}
{% endif %} {% if Jcoup_data %}

Scalar couplings

{% for Jcoup in Jcoup_data %}
{{ Jcoup.Jcoup_type }}
Values:{{ Jcoup.Jcoop_model_n }}
Correlation:{{ Jcoup.correlation }}
RMSD:{{ Jcoup.rmsd }}
0
{% endfor %}
{% endif %} {% if chemshift_data %}

Chemical shifts

{% for CS in chemshift_data %} {% if "_secondary" not in CS.CS_type %}
{% endif %}
{{ CS.CS_type }}
Values:{{ CS.CS_model_n }}
Correlation:{{ CS.correlation }}
RMSD:{{ CS.rmsd }}
0
{% if "_secondary" not in CS.CS_type %}

note: selecting any original chemical shift sets will disable selection on secondary chemical shift sets

{% endif %}
{% if "_secondary" not in CS.CS_type %}
{% endif %} {% endfor %}
{% endif %}