aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-10-01Convert trait attributes to utf-8 strings if they were bytesBonfaceKilz
2020-10-01Make object JSON serializableBonfaceKilz
2020-09-30Merge pull request #449 from zsloan/table_sort_fixzsloan
2020-09-30Changed the logic for adding 0 to the PCA results to do so when thezsloan
2020-09-30Added "natural-minus-na" sorting for relevant columns in the correlationzsloan
2020-09-30Fixed issue where columns sorted by inner text (text inside link tags)zsloan
2020-09-30Removed unused code from TempDataSet classzsloan
2020-09-30Add missing importBonfaceKilz
2020-09-30Apply pep 8 formattingBonfaceKilz
2020-09-30Fix StopIteration error thrown in view collections pageBonfaceKilz
2020-09-30Fix import in testsBonfaceKilz
2020-09-29Merge pull request #448 from zsloan/misc_rob_changeszsloan
2020-09-29Trait page link-out buttons were previously inside <a> tags, but thiszsloan
2020-09-29Removed "Color By Trait" button from the Bar Chart, because it was meantzsloan
2020-09-29Made a variety of changes to table pageszsloan
2020-09-29Remove undefined variableBonfaceKilz
2020-09-29Apply pep 8 to bufferBonfaceKilz
2020-09-29Fixed issue where negative additive effect values weren't beingzsloan
2020-09-29Changed Add (to collection) button color to match other Add buttons andzsloan
2020-09-29Changed the DataTables column sort arrows to a different color byzsloan
2020-09-29Add check for bytesBonfaceKilz
2020-09-29Add test for process_traits from collections.pyBonfaceKilz
2020-09-28Changed add to collection to open the collection in a new tab/page sozsloan
2020-09-28Fix failing testBonfaceKilz
2020-09-28Merge branch 'build/python3-migration' of github.com:BonfaceKilz/genenetwork2...BonfaceKilz
2020-09-28Fix casting errorBonfaceKilz
2020-09-28Merge branch 'testing' into build/python3-migrationBonfaceKilz