{% extends "layout.html" %} {% macro fileinput(id) %}
{% endmacro %} {% block title %}Select Input Files{% endblock %} {% block body %} Select the input file and options for how to model it.

{{ fileinput('file') }}

PDB files often need to be cleaned up before they can be simulated. For example, you may need to add missing atoms, remove unwanted chains, or add a water box. Do you want to do this now?

My file is all ready to simulate.
Let's clean it up now.

{% endblock %}