Age | Commit message (Expand) | Author |
2020-10-12 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-10-09 | Change some column and overall table widths for search result table and view ... | zsloan |
2020-10-09 | Merge pull request #458 from BonfaceKilz/tests/add-extra-tests-for-collections | BonfaceKilz |
2020-10-09 | Apply PEP 8 to buffer | BonfaceKilz |
2020-10-09 | Add test for process_traits from collections.py | BonfaceKilz |
2020-10-09 | Fix export function on traits and analysis page | BonfaceKilz |
2020-10-09 | Update base64 conversion | BonfaceKilz |
2020-10-09 | Replace string concat("+") with python3's f-string | BonfaceKilz |
2020-10-09 | Replace "ncores" with "nthreads" param to r_CTLscan | BonfaceKilz |
2020-10-09 | Use built-in array as a named import | BonfaceKilz |
2020-10-09 | Update base64 conversion | BonfaceKilz |
2020-10-09 | Convert cmp function into a key function | BonfaceKilz |
2020-10-09 | Apply PEP-8 formatting | BonfaceKilz |
2020-10-08 | Fixed remaining issue that applies to all dataset types | zsloan |
2020-10-08 | Fixed issue where new phenotype groups wouldn't be saved to the self.datasets... | zsloan |
2020-10-08 | Allowed mapping method description text to shrink with screen size | zsloan |
2020-10-08 | Adjusted some widths/classes to allow correlation description text to expand/... | zsloan |
2020-10-08 | Changed the min-width of trait page main div in order to allow trait descript... | zsloan |
2020-10-08 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2020-10-08 | Merge pull request #452 from zsloan/authentication_bug_fix | zsloan |
2020-10-08 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2020-10-08 | Merge pull request #455 from zsloan/temp_trait_scatterplot_fix | zsloan |
2020-10-08 | When generating links to correlation scatterplots (in corr results and corr m... | zsloan |
2020-10-06 | Merge pull request #454 from zsloan/update_docs_fix | zsloan |
2020-10-06 | Made change that should fix error when trying to change page text using ckeditor | zsloan |
2020-10-06 | Merge pull request #453 from zsloan/index_page_textarea_fix | zsloan |
2020-10-06 | Fixed issue where drop-down arrows and textarea corners couldn't be clicked w... | zsloan |
2020-10-05 | Replaced "+" with "and" in transform text | zsloan |
2020-10-05 | Changed the way tranform functions work | zsloan |
2020-10-05 | Simplified if statements | zsloan |
2020-10-05 | Changed order of JS imports to both make DataTables objects available to all ... | zsloan |
2020-10-05 | Added square root to the transform functions that are only active if there ar... | zsloan |
2020-10-05 | Fixed issue that was causing SE column to not show up in the trait page table | zsloan |
2020-10-02 | Converted transform functions to use DataTables API to work with scroller + f... | zsloan |
2020-10-02 | Added function that pulls input data out of table and inserts it as hidden in... | zsloan |
2020-10-02 | There were two copies of the "submit_special" function in both show_trait.js ... | zsloan |
2020-10-02 | Checked if owner_id is "none" to avoid an error when trying to access the res... | zsloan |
2020-10-02 | Ignore utf-8 encoding errors | BonfaceKilz |
2020-10-02 | Split author's list into it's own variable | BonfaceKilz |
2020-10-02 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into build/pyth... | BonfaceKilz |
2020-10-02 | Apply PEP 8 formatting | BonfaceKilz |
2020-10-02 | Cast variable properly to avoid type exceptions | BonfaceKilz |
2020-10-02 | Replace is_integer with isinstance when checking for an int value | BonfaceKilz |
2020-10-02 | Update natural_sort function | BonfaceKilz |
2020-10-02 | Remove unnecessary commented out blocks | BonfaceKilz |
2020-10-02 | Cast "previous_chr" to an int | BonfaceKilz |
2020-10-01 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into corr_matri... | zsloan |
2020-10-01 | Convert trait attributes to utf-8 strings if they were bytes | BonfaceKilz |
2020-10-01 | Make object JSON serializable | BonfaceKilz |
2020-09-30 | Changed the logic for adding 0 to the PCA results to do so when the | zsloan |