diff options
author | Frederick Muriuki Muriithi | 2024-09-17 16:57:39 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-17 16:57:39 -0500 |
commit | 17defa03f395aa9895b524ef3125e138b3987507 (patch) | |
tree | 2d8174959409cf0b2da018e1d12439d473dbeba4 /uploader/templates/genotypes/index.html | |
parent | 354a3907c191cda0b725e81ac15ed2af7db7aa2f (diff) | |
download | gn-uploader-17defa03f395aa9895b524ef3125e138b3987507.tar.gz |
Display some genotype information.
Diffstat (limited to 'uploader/templates/genotypes/index.html')
-rw-r--r-- | uploader/templates/genotypes/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html index 9ffea73..e749f5a 100644 --- a/uploader/templates/genotypes/index.html +++ b/uploader/templates/genotypes/index.html @@ -25,12 +25,4 @@ {{select_species_form(url_for("species.populations.genotypes.index"), species)}} </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%} |