aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
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-01Merge branch 'testing' of github.com:genenetwork/genenetwork2 into corr_matri...zsloan
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-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-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-28Changed add to collection to open the collection in a new tab/page sozsloan
2020-09-28Fix casting errorBonfaceKilz
2020-09-28Convert None to "" in if statementBonfaceKilz
2020-09-28Update trait testsBonfaceKilz
2020-09-25Fixed issue where attribute columns' alignment was offset by 1zsloan
2020-09-25Changed edit_data_change and block_by_index to use DataTables APIzsloan
2020-09-24Changed logic that defines the primary/other samplelists to be much morezsloan
2020-09-23Aligned relevant columns to right in mapping results tablezsloan
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-22Changed JS on trait page that updates basic stats and graphs/figures tozsloan
2020-09-18Made some style changes with whitespace/line-breakszsloan
2020-09-18Made a bunch of changes to move trait page DataTables initialization tozsloan
2020-09-18Apply pep8 formattingBonfaceKilz
2020-09-17Mock "SECRET_HMAC_CODE"BonfaceKilz
2020-09-17Apply pep8BonfaceKilz
2020-09-17Add tests for hmac utilityBonfaceKilz
2020-09-16Changed references to se_exists to just get it as a property ofzsloan
2020-09-16Changed se_exists to a property so the SampleList instance can includezsloan
2020-09-16Applied PEP8 and removed commented out codezsloan
2020-09-16Add new tests for "base/trait.py"BonfaceKilz
2020-09-16Apply pep8BonfaceKilz
2020-09-16Add tests for "add_new_resource" methodBonfaceKilz
2020-09-16Remove unnecessary if branchBonfaceKilz
2020-09-16Add tests for authentication toolsBonfaceKilz
2020-09-15Fix failing testsBonfaceKilz
2020-09-15Added scroller to trait page and changed sample tables to use itzsloan
2020-09-14Merge branch 'scroller_testing' of github.com:zsloan/genenetwork2 into testingzsloan