{% extends "base.html" %} {% block content %}
{{ log | safe }}
The csv with scores can be found here mq_sorted_rasp_all.csv
The raw output files for each step of the pipeline can be found here
This is https://rna-tools.readthedocs.io/en/latest/tools.html#rna-3d-model-quality-assessment functionality.
For now, the RASP method is 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).
Wrappers behind the server http://genesilico.pl/mqapRNA.
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 %}