aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-12Wrap args of print statements correctly using bracesBonfaceKilz
2020-10-12Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-10-09Change some column and overall table widths for search result table and view ...zsloan
2020-10-09Merge pull request #458 from BonfaceKilz/tests/add-extra-tests-for-collectionsBonfaceKilz
2020-10-09Apply PEP 8 to bufferBonfaceKilz
2020-10-09Add test for process_traits from collections.pyBonfaceKilz
2020-10-09Fix export function on traits and analysis pageBonfaceKilz
2020-10-09Update base64 conversionBonfaceKilz
2020-10-09Replace string concat("+") with python3's f-stringBonfaceKilz
2020-10-09Replace "ncores" with "nthreads" param to r_CTLscanBonfaceKilz
2020-10-09Use built-in array as a named importBonfaceKilz
2020-10-09Update base64 conversionBonfaceKilz
2020-10-09Convert cmp function into a key functionBonfaceKilz
2020-10-09Apply PEP-8 formattingBonfaceKilz
2020-10-08Merge pull request #457 from zsloan/bxd_longevity_search_error_fixzsloan
2020-10-08Fixed remaining issue that applies to all dataset typeszsloan
2020-10-08Fixed issue where new phenotype groups wouldn't be saved to the self.datasets...zsloan
2020-10-08Allowed mapping method description text to shrink with screen sizezsloan
2020-10-08Adjusted some widths/classes to allow correlation description text to expand/...zsloan
2020-10-08Changed the min-width of trait page main div in order to allow trait descript...zsloan
2020-10-08Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-10-08Merge pull request #452 from zsloan/authentication_bug_fixzsloan
2020-10-08Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-10-08Merge pull request #455 from zsloan/temp_trait_scatterplot_fixzsloan
2020-10-08When generating links to correlation scatterplots (in corr results and corr m...zsloan
2020-10-06Merge pull request #454 from zsloan/update_docs_fixzsloan
2020-10-06Made change that should fix error when trying to change page text using ckeditorzsloan
2020-10-06Merge pull request #453 from zsloan/index_page_textarea_fixzsloan
2020-10-06Fixed issue where drop-down arrows and textarea corners couldn't be clicked w...zsloan
2020-10-05Replaced "+" with "and" in transform textzsloan
2020-10-05Changed the way tranform functions workzsloan
2020-10-05Simplified if statementszsloan
2020-10-05Changed order of JS imports to both make DataTables objects available to all ...zsloan
2020-10-05Added square root to the transform functions that are only active if there ar...zsloan
2020-10-05Fixed issue that was causing SE column to not show up in the trait page tablezsloan
2020-10-02Converted transform functions to use DataTables API to work with scroller + f...zsloan
2020-10-02Added function that pulls input data out of table and inserts it as hidden in...zsloan
2020-10-02There were two copies of the "submit_special" function in both show_trait.js ...zsloan
2020-10-02Checked if owner_id is "none" to avoid an error when trying to access the res...zsloan
2020-10-02Merge pull request #450 from zsloan/corr_matrix_error_fixzsloan
2020-10-02Ignore utf-8 encoding errorsBonfaceKilz
2020-10-02Split author's list into it's own variableBonfaceKilz
2020-10-02Merge branch 'testing' of github.com:genenetwork/genenetwork2 into build/pyth...BonfaceKilz
2020-10-02Apply PEP 8 formattingBonfaceKilz
2020-10-02Cast variable properly to avoid type exceptionsBonfaceKilz
2020-10-02Replace is_integer with isinstance when checking for an int valueBonfaceKilz
2020-10-02Update natural_sort functionBonfaceKilz
2020-10-02Remove unnecessary commented out blocksBonfaceKilz
2020-10-02Cast "previous_chr" to an intBonfaceKilz
2020-10-01Merge branch 'testing' of github.com:genenetwork/genenetwork2 into corr_matri...zsloan