-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinferred_sequence_form.html
30 lines (15 loc) · 1.18 KB
/
inferred_sequence_form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{# This file is automatically generated from the schema by schema/build_from_schema.py #}
{{ render_field_with_errors(form.sequence_id, class="form-control") }}
{{ render_field_with_errors(form.genotype_id, class="form-control") }}
{{ render_field_with_errors(form.seq_accession_no, class="form-control") }}
{{ render_static_field(form.seq_record_title) }}
{{ render_field_with_errors(form.ncbi_hash, class="form-control") }}
{{ render_field_with_errors(form.deposited_version, class="form-control") }}
{{ render_field_with_errors(form.run_ids, class="form-control") }}
{{ render_field_with_errors(form.inferred_extension, class="checkbox") }}
{{ render_field_with_errors(form.ext_3prime, class="form-control") }}
{{ render_field_with_errors(form.start_3prime_ext, class="form-control") }}
{{ render_field_with_errors(form.end_3prime_ext, class="form-control") }}
{{ render_field_with_errors(form.ext_5prime, class="form-control") }}
{{ render_field_with_errors(form.start_5prime_ext, class="form-control") }}
{{ render_field_with_errors(form.end_5prime_ext, class="form-control") }}