Age | Commit message (Collapse) | Author |
|
MySQL query.
|
|
confidential phenotype traits in search results and trait pages
Fixed table style for mapping results and interval analyst tables and added additive/dominance effect columns to the former
Fixed mapping figure X-axis to accurately label Centimorgans vs Megabases (previously it would always say Megabases)
Removed the "Sequence Site" marker from mapping result figure when mapping with genetics (centimorgans) scale
Removed some unused javascript libary imports from search/global search pages
|
|
tools (correlation matrix, wgcna, etc)
To do the above, changed the way form submission worked for those features; previously each feature had its own form, but that was dumb so instead I wrote a javascript function that just changed a single form's target url
Duplicate traits can no longer by added to collections
Fixed the digits for a few table columns in collection (additive effect, etc).
|
|
|
|
'get_trait_info' call from search_result_page.py because its query was already being run
|
|
|
|
|
|
|
|
|
|
of the page (still not totally pleased with them though)
Fixed issue where some N/A lrs scores and additive effects were being changed to 0's, which was misleading and kept them from always being sorted at the bottom. They now appear as N/A.
|
|
|
|
|
|
single BXD or whatever) should be fixed for different mapping methods and data set types
Renamed directories with genotypes so tools.py didn't need to be changed (which might mess up other deployments)
Fixed error when searching genotype data sets
|
|
names (like BXD65a)
R/qtl and PYLMM still not working with the change and bootstrap results are also still wrong, so need to fix those issues.
|
|
with no description
|
|
Conflicts:
wqflask/base/trait.py
|
|
error for phenotype traits
|
|
|
|
get it working with Scroller correctly
Added code getting the description, etc to trait.py since it was missed from last commit
|
|
gets the LRS location repr and other variables needed to display in table during the retrieve_info function in trait.py instead of retrieve_trait_info in dataset.py)
This change increases the speed by a bit (85 seconds to 66 seconds for example)
Made the column width for location a bit wider for global search page so it doesn't spill onto a second line
|
|
Began adding menu to qtl map
Fixed global search to not retrieve samples (to increase speed)
Got the vector plot working again so it can be displayed alongside the gn1-style plot
Only display the vector plot when doing GEMMA to speed up (this might not be necessary)
|
|
Changed the way details are displayed in show trait page
Changed search query so that it orders results by symbol
|
|
Still slower than preferable due to having to query the gn1 database for every trait in the search results
|
|
trait.py. Since I couldn't find the purpose of the assert statement I removed it.
|
|
Fixes #69
|
|
|
|
move duplicated code into a method,
handle the case of missing f1/f12 correctly
|
|
some others)
|
|
* 'aliases' and 'location' are shown only where relevant
* descriptions for phenotype datasets are provided at the top
|
|
where rat trait pages wouldn't work
|
|
Fixed the header so that it looks fine when resizing
|
|
|
|
On branch master
|
|
Improved the "scatterplot matrix" feature on the trait page so that
it matches the chosen trait against every selected trait
|
|
Suggestive/significant bars and additive effect curve added
|
|
that will be used to color the bar graph
|
|
on hover
|
|
|
|
|
|
|
|
|
|
Resolved conflicts:
wqflask/base/trait.py
wqflask/wqflask/correlation/correlationFunction.py
wqflask/wqflask/correlation/correlation_function.py
wqflask/wqflask/correlation/correlation_functions.py
wqflask/wqflask/correlation/show_corr_results.py
|
|
Improved the templates for a couple pages related to changing user
password, etc
|
|
Got human mapping mostly working
Fixed dataset dropdown menus
|
|
dataset; previously we could not view traits in datasets that
were not in the DBType table in the database
|
|
|
|
Conflicts:
wqflask/requirements.txt
wqflask/wqflask/correlation/show_corr_results.py
|
|
Added docstring test to normalize_values
Number of overlapping samples column now displays correctly in the
correlation results page
|
|
in the correlation page weren't displaying
|
|
Conflicts:
wqflask/base/data_set.py
|