aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2020-10-09Apply PEP-8 formattingBonfaceKilz
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-01Convert trait attributes to utf-8 strings if they were bytesBonfaceKilz
2020-10-01Make object JSON serializableBonfaceKilz
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-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-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
2020-09-28Fix casting errorBonfaceKilz
2020-09-28Convert None to "" in if statementBonfaceKilz
2020-09-28Update trait testsBonfaceKilz
2020-09-26Fix failing tests by replacing mock with unittest.mockBonfaceKilz
2020-09-26Fix failing testsBonfaceKilz
2020-09-26Apply PEP 8 to bufferBonfaceKilz
2020-09-26Run 2to3-8 tool through fileBonfaceKilz
2020-09-26Fix inconsistent line ending in fileBonfaceKilz
2020-09-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-23Fix failing buildsBonfaceKilz
2020-09-23Fix failing testsBonfaceKilz
2020-09-22Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-09-22Fixed a pretty big mistake where user accounts would be saved even whenzsloan
2020-09-22Added something to the mapping result page CSS to change the highlightzsloan
2020-09-22Fixed a couple mistakes in the previous commit and changed the positionzsloan
2020-09-22Replaced Chr and Mb/cM columns with a single position column in mappingzsloan
2020-09-18Apply pep8 formattingBonfaceKilz