{% extends "base.html" %} {% block main %}
This form creates a config file for running binding predictions.
{{ form.path.label }} {{ form.path }}
{{ form.predictors.label }} {{ form.predictors }}
{{ form.mhc1_length.label }} {{ form.mhc1_length }}
{{ form.mhc2_length.label }} {{ form.mhc2_length }}
{{ form.sequence_file.label }} {{ form.sequence_file }}
{{ form.overwrite.label }} {{ form.overwrite }}
{{ form.cpus.label }} {{ form.cpus }}
{{ form.iedbmhc1_path.label }} {{ form.iedbmhc1_path }}
{{ form.iedbmhc2_path.label }} {{ form.iedbmhc2_path }}
{{ form.mhc1_presets.label}} {{ form.mhc1_presets}} {{ form.mhc2_presets.label}} {{ form.mhc2_presets}} {{ form.mhc1_alleles.label }} {{ form.mhc1_alleles }} {{ form.mhc2_alleles.label }} {{ form.mhc2_alleles}}

This page generates a configuration file from a form that can be used to then call the command line interface to generate epitope predictions. You can then view the results in this web application. Select one or more predictors and appropriate alleles which are then run for all the proteins in the chosen genome/sequence file. Selection of alleles should always be tailored to your own requirements.

{{errors}}
{{conftext}}

You can save the text above to a configuration file and then use it to run epitopepredict -r -c conffile

{% end %}