BLAST+
{% if error %}
{{ error }}
{% endif %}
FASTA format
{{ request.form.sequence or '' }}
BLAST+ program
{% for prog in ['blastn', 'blastp', 'blastx', 'tblastn', 'tblastx'] %}
{{ prog }}
{% endfor %}
Database
{% for db in db_choices %}
{{ db }}
{% endfor %}
E-value
Max target seqs
Score Matrix (blastp/blastx)
-- Auto --
{% for mat in ['BLOSUM62', 'BLOSUM80', 'PAM30', 'PAM70'] %}
{{ mat }}
{% endfor %}
Additional Options