{% extends "base.html" %} {% block content %} rna-tools.online ({{j.job_title}})

RNA model for: {{ job_id }} ({{ j.job_title }})

{% if j.get_status == 'stopped' %}
This job has been stopped by the user.
{% endif %} {% if j.get_status != 'stopped' %}
Downlod the model.
{% endif %} {% if j.get_dars_to_mc %}

This job has finished with errors (see the log below -- missing output files)

Please, re-run your job with correct parameters or contact please contact: magnus@genesilico.pl for help!

The raw output files for each step of the pipeline can be found here.

{% else %}

Input: sequence and secondary structure:

{% if j.seq %}{{ j.seq }}{% endif %}
{% if j.ss %}{{ j.ss }}{% endif %}
{% if j.email %} Mail:
{{ j.email }}
{% endif %} {% if j.pdb_fn %} Input PDB/mmcif file:
{{ j.pdb_fn }} {% if j.residues_to_freeze %} frozen: {{ j.residues_to_freeze }}{% endif %}
{% endif %} {% if j.restraints_fn %} SAXS restraint file in the {{ j.get_saxs_format }} format:
{{ j.get_restraints }}
{% endif %}

{% endif %}

The raw output files for each step of the pipeline can be found here {% endif %} {% if j.get_aa_files.2 %}
{% if j.get_aa_files.1 %}

#2 cluster:

#3 cluster:

{% endif %}

{% comment %}

The log of the data processing.

{%if j.get_processing %} Processing log:
{{ j.get_processing }}
{%endif%} {%if j.get_log %} Job log:
{{ j.get_log }}
{%endif%} {% endcomment %} Job log:
{% endblock %}