{% extends "base.html" %} {% set active_page = "reference-loader" %} {% set page_title = "Reference File Loader" %} {% block content %}

The Reference File Loader allows you to use your own reference sequence when no appropriate RefSeq, GenBank or LRG file is available.

Please select one of the options below to upload or retrieve your reference sequence (maximum size is {{ max_file_size }} megabytes).

Please select the GenBank file in plain text format.

Help
{% if errors %}
{% endif %} {% if ud %}

Reference Sequence successfully loaded

Your reference sequence was loaded successfully. You can now use Mutalyzer with the following accession number as reference:

{{ ud }}

Download this reference sequence.

{% endif %} {% endblock content %}