aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/genotypes/index.html
blob: 4f5c3a8d6bbeb79c1fbdcad79427b8bcf8f875b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{%extends "genotypes/base.html"%}
{%from "flash_messages.html" import flash_all_messages%}
{%from "species/macro-select-species.html" import select_species_form%}

{%block title%}Genotypes{%endblock%}

{%block pagetitle%}Genotypes{%endblock%}


{%block contents%}
{{flash_all_messages()}}

<div class="row">
  <p><strong>We have not implemented this part yet!</strong></p>
</div>

<div class="row">
  <h3>Some Important Concepts to Consider/Remember</h3>
  <ul>
    <li>Reference vs. Non-reference alleles</li>
    <li>In <em>GenoCode</em> table, items are ordered by <strong>InbredSet</strong></li>
  </ul>
</div>
{%endblock%}