aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2020-10-20Add pbkdf2 testsBonfaceKilz
2020-10-19Update snpString linkBonfaceKilz
2020-10-19Delete stale commentBonfaceKilz
2020-10-12Wrap args of print statements correctly using bracesBonfaceKilz
2020-10-12Merge branch 'testing' into build/python3-migrationBonfaceKilz
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-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-08Merge pull request #452 from zsloan/authentication_bug_fixzsloan
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-02Checked if owner_id is "none" to avoid an error when trying to access the res...zsloan
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-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-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