{% extends 'program_base.html' %} {% block stylelink %}"{{ url_for('static', filename='css/depht_train_style.css') }}"{% endblock %} {% block script %}"{{url_for('static', filename='js/arguments.js')}}"{% endblock %} {% block heading %}

Train a model using DEPhT

{% endblock %} {% block form_content %} {% if no_models %} {% endif %}
help Name of the new model being created
help Directory containing phage FASTA files
help Directory containing bacterial FASTA files



Show optional arguments

Optional arguments

help 3-column CSV mapping the coordinates of any known prophages in the bacterial contigs
help Number of genes to average features over
help Number of CPU cores to use


Hide optional arguments





{% endblock %}