-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgene_description_form.html
106 lines (53 loc) · 4.46 KB
/
gene_description_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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{# This file is automatically generated from the schema by schema/build_from_schema.py #}
{{ render_field_with_errors(form.maintainer, class="form-control") }}
{{ render_field_with_errors(form.lab_address, class="form-control") }}
{{ render_field_with_errors(form.imgt_name, class="form-control") }}
{{ render_field_with_errors(form.sequence_name, class="form-control") }}
{{ render_field_with_errors(form.alt_names, class="form-control") }}
{{ render_narrow_field_with_errors(form.chromosome, class="form-control") }}
{{ render_narrow_field_with_errors(form.mapped, class="checkbox") }}
{{ render_narrow_field_with_errors(form.locus, class="form-control") }}
{{ render_narrow_field_with_errors(form.sequence_type, class="form-control") }}
{{ render_narrow_field_with_errors(form.functionality, class="form-control") }}
{{ render_field_with_errors(form.inference_type, class="form-control") }}
{{ render_narrow_field_with_errors(form.affirmation_level, class="form-control") }}
{{ render_field_with_errors(form.species_subgroup, class="form-control") }}
{{ render_field_with_errors(form.species_subgroup_type, class="form-control") }}
{{ render_narrow_field_with_errors(form.gene_subgroup, class="form-control") }}
{{ render_narrow_field_with_errors(form.subgroup_designation, class="form-control") }}
{{ render_narrow_field_with_errors(form.allele_designation, class="form-control") }}
{{ render_field_with_errors(form.sequence, class="form-control", rows="8") }}
{{ render_field_with_errors(form.coding_seq_imgt, class="form-control", rows="12") }}
{{ 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.cdr1_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.cdr1_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.cdr2_start, class="form-control") }}
{{ render_narrow_field_with_errors(form.cdr2_end, class="form-control") }}
{{ render_narrow_field_with_errors(form.cdr3_start, 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") }}
{{ render_field_with_errors(form.paralogs, class="form-control") }}
{{ render_narrow_field_with_errors(form.paralog_rep, class="checkbox") }}
{{ 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") }}
{{ render_field_with_errors(form.curational_tags, class="form-control") }}