-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgenomic_support_form.html
60 lines (30 loc) · 2.5 KB
/
genomic_support_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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{# This file is automatically generated from the schema by schema/build_from_schema.py #}
{{ render_field_with_errors(form.sequence_type, class="form-control") }}
{{ render_field_with_errors(form.sequence, class="form-control", rows="6") }}
{{ render_field_with_errors(form.notes, class="form-control", rows="4") }}
{{ render_field_with_errors(form.repository, class="form-control") }}
{{ render_field_with_errors(form.accession, class="form-control") }}
{{ render_field_with_errors(form.url, class="form-control") }}
{{ render_field_with_errors(form.patch_no, class="form-control") }}
{{ render_field_with_errors(form.gff_seqid, class="form-control") }}
{{ render_field_with_errors(form.sequence_start, class="form-control") }}
{{ render_field_with_errors(form.sequence_end, class="form-control") }}
{{ render_field_with_errors(form.sense, class="form-control") }}
{{ render_narrow_field_with_errors(form.gene_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.gene_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.utr_5_prime_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.utr_5_prime_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.leader_1_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.leader_1_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.leader_2_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.leader_2_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.v_rs_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.v_rs_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.d_rs_3_prime_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.d_rs_3_prime_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.d_rs_5_prime_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.d_rs_5_prime_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.j_rs_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.j_rs_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.j_codon_frame, class="form-control") }}
{{ render_narrow_field_with_errors(form.j_cdr3_end, class="form-control") }}