{% extends "base.html" %} {% block content %}
The program is working on your request.
You can bookmark /rnamasonry/jobs/{{ j.job_id }} page to get your results later. {% if j.pdb_fn %}
{{ j.pdb_fn }} {% if j.residues_to_freeze %} frozen: {{ j.residues_to_freeze }}{% endif %}{% endif %} {% if j.email %}
{{ j.email }}{% endif %}
The raw output files for each step of the pipeline can be found here
{% comment %} {% if j.get_status == 'waiting' %} Status of your job: {{ j.get_status }} {% endif %} {% if j.get_status == 'queue' %} Status of your job: {{ j.get_status }} {% endif %} {% if j.get_status == 'running' %}
{{ j.get_restraints }}{% endif %} Download {{ MEDIA_URL }}jobs/{{ j.job_id }}/ {% if j.get_aa_files.0 %}
The log of the data processing.
Processing log:{{ j.get_processing }}{%endif%} {% endblock %}