Age | Commit message (Collapse) | Author |
|
* wqflask/wqflask/views.py (edit_probeset): New function/ route.
|
|
* wqflask/wqflask/views.py (edit_trait): Rename to
edit_phenotype. Also rename the endpoint to
"/trait/<name>/edit/inbredset-id/<inbred_set_id>" to indicate that and
inbredset-id is required. This endpoint will be only used for
phenotypes. Finally, render the "edit_phenotype.html" template
(update_trait): Rename to update_phenotype. Also, remove hard-coded
redirect, and replace it with the correct values.
* wqflask/wqflask/templates/edit_trait.html: Rename to
edit_phenotype.html
|
|
|
|
|
|
is type ProbeSet
|
|
literature or tissue correlation are selected
|
|
|
|
|
|
|
|
fixed a couple issues with the last commit
|
|
edge when zoomed into a Mb range + removed some commented out code
|
|
to be bad
|
|
|
|
|
|
mapping results table
|
|
|
|
|
|
|
|
changed to ro.FloatVector
|
|
again, but the IRC channel link is broken so I marked it as broken
|
|
works now so I added it back as a link
|
|
|
|
(that can be used with the 'Filter by value' feature)
|
|
attribute values didn't exist for some samples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target_trait['location'] for correlations against genotypes
|
|
take dataset as an optional argument (to avoid having to pointlessly create it)
|
|
pass around the whole dataset object
|
|
|
|
(that was moved to correlation_gn3_api.py, which will probably be renamed at some point) and only include the code generating the table JSON and some template variables
|
|
to docstring
|
|
returned from the GN3 API correlation code
|
|
in show_corr_results for setting other template vars (might change this later)
|