Age | Commit message (Collapse) | Author |
|
* wqflask/wqflask/templates/edit_probeset.html: Remove "reset" button.
Make button green. Move form element into the "container" div. Add
"container" class to form. Left justify labels, and the button.
Remove ":" from labels.
|
|
For both the edit phenotype and probeset pages, the diffs can be
viewed from history.html.
* wqflask/wqflask/templates/edit_phenotype.html: Delete "diffs"
section.
* wqflask/wqflask/templates/edit_probeset.html: Ditto.
|
|
* wqflask/wqflask/metadata_edits.py (edit_probeset): Delete logic for
fetching diff. Move that...
(show_history): ... here
* wqflask/wqflask/templates/edit_probeset.html: Update template to
show diffs in a history.html. Reposition and rename the h1 tag of
this page.
|
|
ATM, we don't show the name of the phenotype whose history we are
changing. That may be updated in a future commit.
* wqflask/wqflask/templates/edit_history.html: Reword h1 and remove
"{{}}" which results in a jinja error.
|
|
|
|
Integrate the use of the rust code to compute the correlations for the
"sample" correlation selection.
|
|
The trait values (X values) are converted to JSON within the
`run_correlation` call. Since JSON has the ability to represent lists
of objects, there is no point for the added conversion to and from
strings.
|
|
|
|
|
|
|
|
|
|
that was mixed into the JS
|
|
code + change this_trait to trait_dict to be more consistent with the regular search variable names
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
call change_buttons
|
|
most variables to camelCase
|
|
imports the same
|
|
|
|
|
|
|
|
|
|
multiple tables
|
|
|
|
will have this ID
|
|
|
|
can also convert regular HTML tables drawn in the template
|
|
|
|
|
|
|
|
|
|
|
|
|