Age | Commit message (Expand) | Author |
2021-06-17 | delete loggers and comments | Alexander Kabui |
2021-06-17 | add f1list and parlist to primary_samples | Alexander Kabui |
2021-06-17 | minor refactoring | Alexander Kabui |
2021-06-17 | sort sample name by sample_ids | Alexander Kabui |
2021-06-17 | remove print statements | Alexander Kabui |
2021-06-17 | remove unused functions + minor fixes | Alexander Kabui |
2021-06-17 | minor fix | Alexander Kabui |
2021-06-17 | pep8 formatting | Alexander Kabui |
2021-06-17 | add query for fetching probeset data | Alexander Kabui |
2021-06-17 | doc: Add results of investing rpy2 blocking issue in gn2 | BonfaceKilz |
2021-06-16 | Fixed reference to target_trait['lrs_location'] that should have been target_... | zsloan |
2021-06-16 | Changed the function jsonable in trait.py to return a couple extra fields + t... | zsloan |
2021-06-16 | Added function as_dict to data_set.py for situations where we don't want to p... | zsloan |
2021-06-16 | Changed set_other_template_vars to set_template_vars | zsloan |
2021-06-16 | Rewrote show_corr_results.py to remove all code calculating correlations (tha... | zsloan |
2021-06-16 | Added compute_all as parameter to compute_correlation and keyword arguments t... | zsloan |
2021-06-16 | Changed correlation page template to account for differences in the output re... | zsloan |
2021-06-16 | Changed views.py to call the correlation code using the GN3 API + a function ... | zsloan |
2021-06-15 | Use markdown from Github for News | zsloan |
2021-06-15 | Commented out Biweight Midcorrelation option on trait page, since it uses rpy... | zsloan |
2021-06-15 | Commented out WGCNA/CTL imports and endpoints since they import rpy2 | zsloan |
2021-06-15 | Commented out WGCNA and CTL Analysis buttons from tool_buttons.html since the... | zsloan |
2021-06-15 | Commented out rpy2 code and import from show_corr_results.py | zsloan |
2021-06-15 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-06-15 | Fix issue where column values were used as str instead of bytes; pretty sure ... | zsloan |
2021-06-15 | Webinars have been added to tutorials.htmlacenteno | Arthur Centeno |
2021-06-15 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into acenteno | Arthur Centeno |
2021-06-15 | Adding new content to tutorials.html | Arthur Centeno |
2021-06-14 | Temporarily return None for tissue correlation and remove rpy2 imports | zsloan |
2021-06-14 | Removed unused rpy code from show_corr_results.py | zsloan |
2021-06-14 | Comment out PCA code and remove rpy2 imports in correlation matrix code | zsloan |
2021-06-08 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-06-08 | Changed StringIO to BytesIO since it apparently needs to be useed with ZipFil... | zsloan |
2021-06-08 | Fix issue where some groups apparently don't have samplelists | zsloan |
2021-06-08 | templates: edit_trait: Display edited fields for every modification | BonfaceKilz |
2021-06-07 | Changed the padding for the checkbox cells in the search result page and chan... | zsloan |
2021-06-07 | Change padding for checkbox cells + removed set widths for Dataset and Descri... | zsloan |
2021-06-07 | Define the table and then do the_table.draw() to fix issue where column heade... | zsloan |
2021-06-07 | Define the table and then do the_table.draw() to fix issue where column heade... | zsloan |
2021-06-07 | Merge pull request #584 from zsloan/feature/add_scroller_gsearch | zsloan |
2021-06-07 | templates: edit_trait: Display diffs as a table | BonfaceKilz |
2021-06-07 | wqflask: views: Pass diffs to template for further processing | BonfaceKilz |
2021-06-07 | wqflask: views: Re-order imports and remove dead comments | BonfaceKilz |
2021-06-07 | wqflask: views: Insert data into metadata_audit table | BonfaceKilz |
2021-06-07 | wqflask: views: Replace "simplejson" with "json" | BonfaceKilz |
2021-06-07 | wqflask: views: Remove null-check for forms | BonfaceKilz |
2021-06-07 | templates: edit_trait: Use correct name for text-area field | BonfaceKilz |
2021-06-07 | templates: edit_trait: Add hidden inputs that contain old values | BonfaceKilz |
2021-06-07 | Update class docstring | jgart |
2021-06-04 | Set widths for column in gene global search + set min-width for table as a whole | zsloan |