{% extends "base.html" %} {% block content %} RNAmasonry {{ j.job_title }}

Results for job: {{ j.job_id }} ({{j.job_title}})

This job has finished with errors. Input:

{% if j.seq %}{{ j.seq }}{% endif %}
{% if j.ss %}{{ j.ss }}{% endif %}
{% if j.pdb_fn %}
{{ j.pdb_fn }} {% if j.residues_to_freeze %} frozen: {{ j.residues_to_freeze }}{% endif %}
{% endif %} {% if j.restraints_fn %}
{{ j.restraints_fn }}
{% endif %}
Number of folding steps: {{ j.nsteps }}

{{ j.get_error }}

Please contact: magnus@genesilico.pl for help!

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



{%comment%}
{{ j.get_log }}
{%endcomment%}

Log file: 
{% endblock %}