{% extends "base.html" %} {% block content %} rna-tools.online

RNA 3D model quality assessment

files from another job e.g., 614e0a1b

{% csrf_token %}
{% for h in headers %} {% endfor %} {% for row in rows %} {% for i in row %} {% endfor %} {% endfor %}
{{ h }}
{{ i }}

{{ log | safe }}

The csv with scores sorted from the best to the worst can be found here: for RASP rasp_sorted_rasp_all.csv and Dfire dfire_sorted_dfire.csv

The raw output files for each step of the pipeline can be found here and downloaded as a ZIP file here.

Documentation

For now, RASP and Dfire methods are available. More to come soon. The "mq_sorted_rasp_all.csv" file contains scores sorted, the lowest score the model is more RNA-like (better).

E. Capriotti, T. Norambuena, M. A. Marti-Renom, and F. Melo, “All-atom knowledge-based potential for RNA structure prediction and assessment.,” Bioinformatics, vol. 27, no. 8, pp. 1086–1093, Apr. 2011.

{% endblock %}