Age | Commit message (Expand) | Author |
2021-06-21 | Implemented resizeable columns for gene global search + fixed the way change_... | zsloan |
2021-06-21 | Fixed indentation in table_functions.js | zsloan |
2021-06-21 | Fixed some indentation of JS | zsloan |
2021-06-18 | Replaced table_tools.js with table_functions.js (the correct filename) | zsloan |
2021-06-18 | Moved several table functions out of search_results.html and into new file ta... | zsloan |
2021-06-18 | Include table/table_id as parameters in setUseerColumnsDefWidths and saveColu... | zsloan |
2021-06-18 | Include table ID as input for get_checked_rows | zsloan |
2021-06-18 | Changed recheck_rows to include the DataTable as input in preparation for mov... | zsloan |
2021-06-18 | Temporarily replacing jquery-ui with the version that works with resizing Dat... | zsloan |
2021-06-18 | Fixed resizeable columns to work with show/hide columns option + keep rows ch... | zsloan |
2021-06-18 | Added checks in template for whether to explicitly set column width when wide... | zsloan |
2021-06-18 | Added some default widths for situations where some wide columns exist and au... | zsloan |
2021-06-18 | Store a dictionary of maximum widths for each field + create a variable indic... | zsloan |
2021-06-18 | Use autoWidth on initial table load, though I'll change this to only apply wh... | zsloan |
2021-06-18 | Set scrollX in all cases so the adjustablee columns also work for shorter res... | zsloan |
2021-06-18 | Added a parameter to prevent columnDefs from being overwritten on initial tab... | zsloan |
2021-06-18 | Made a variety of changes to make column resizeability work - the main issue ... | zsloan |
2021-06-18 | Added some CSS to make cell content cut off with ellipses if a column is narr... | zsloan |
2021-06-18 | Resolving conflict in search_result_page.html | zsloan |
2021-06-17 | The listserv link was marked as broken but is working, so I made it a link ag... | zsloan |
2021-06-17 | UCSC Genome Browser link was marked as a broken link, but it apparently works... | zsloan |
2021-06-17 | Only show all-numerical attributes in the 'Filter samples by value' drop-down | zsloan |
2021-06-17 | Added function for getting list of attributes with all numerical values (that... | zsloan |
2021-06-17 | Fixed issue that caused filtering by attribute values to not work if attribut... | zsloan |
2021-06-17 | doc: rpy2-performance: Add a section exploring possible solutions | BonfaceKilz |
2021-06-17 | docs: rpy2-performance: Indicate version of python-rpy2 being used | BonfaceKilz |
2021-06-17 | doc: rpy2-performance: Replace begin_export with begin_src | BonfaceKilz |
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-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 |