diff options
author | zsloan | 2016-08-16 20:30:38 +0000 |
---|---|---|
committer | zsloan | 2016-08-16 20:30:38 +0000 |
commit | e695e8d162ca04f41694a525e93ced1b9d23a85b (patch) | |
tree | 015683118b0b9b673b5f4a80e64ad8aea2c7e97f /wqflask/base | |
parent | 87f9b37d253c99beb0b4f1df795b8188e3197558 (diff) | |
download | genenetwork2-e695e8d162ca04f41694a525e93ced1b9d23a85b.tar.gz |
Users can now select specific traits from collection when using collection 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).
Diffstat (limited to 'wqflask/base')
-rw-r--r-- | wqflask/base/trait.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py index 9566c192..f18481a8 100644 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -116,7 +116,6 @@ class GeneralTrait(object): return stringy - def display_name(self): stringy = "" if self.dataset and self.name: |