From 9c583587b64d26dd9c554e092318435facc510f3 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 4 May 2021 21:15:52 +0300 Subject: templates: edit_trait: Add form for editing a dataset (WIP) --- wqflask/wqflask/templates/edit_trait.html | 165 ++++++++++++++++-------------- 1 file changed, 90 insertions(+), 75 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/edit_trait.html b/wqflask/wqflask/templates/edit_trait.html index b9a31fc6..ae6bc0d5 100644 --- a/wqflask/wqflask/templates/edit_trait.html +++ b/wqflask/wqflask/templates/edit_trait.html @@ -2,85 +2,100 @@ {% block title %}Trait Submission{% endblock %} {% block content %} -
-
+Edit Trait for Published Database +Submit Trait | Reset - {{ flash_me() }} - -
-
-
-
-

Introduction

-
-

The trait values that you enter are statistically compared with verified genotypes collected at a set of microsatellite markers in each RI set. The markers are drawn from a set of over 750, but for each set redundant markers have been removed, preferentially retaining those that are most informative.

-

These error-checked RI mapping data match theoretical expectations for RI strain sets. The cumulative adjusted length of the RI maps are approximately 1400 cM, a value that matches those of both MIT maps and Chromosome Committee Report maps. See our full description of the genetic data collected as part of the WebQTL project.

-
-
-
-
-
-

About Your Data

-
-

You can open a separate window giving the number of strains for each data set and sample data.

-

None of your submitted data is copied or stored by this system except during the actual processing of your submission. By the time the reply page displays in your browser, your submission has been cleared from this system.

-
-
-
-
-
-
-

Edit Trait Form

-
-
-

Choose Dataset to Edit:

-
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
-
-
- - -
-
-
-
+ +

Trait Information:

+
+ + +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
- +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ + {%endblock%} - {% block js %} - - +{% block js %} + + {% endblock %} -- cgit v1.2.3