{% 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.

Please enter the URL of the GenBank file in plain text (including http://).

Please enter the Gene symbol and organism name without spaces and specify the length of the flanking sequences.

Note: This uses the NCBI Entrez search engine and is therefore based on the current Entrez assembly for the given organism (GRCh38/hg38 for human).

Please enter the accession number of the chromosome or contig and specify the range.

Please enter the name of the chromosome and specify the range.

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 %}