aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
AgeCommit message (Expand)Author
2021-05-10add previous endpoint for correlationAlexander Kabui
2021-04-26fix:remove debug statements and commented codeAlexander Kabui
2021-04-23debugging for fetching probe dataAlexander Kabui
2021-04-20refactor code for iterating mrna tissue dataAlexander Kabui
2021-03-03Checked if pre_publication_description is NULL, because there was an error re...zsloan
2021-02-18Changed DEFAULT_PERMISSIONS AND SUPER_PERMISSIONS to not have permissions be ...zsloan
2021-02-18Fixed missing colonzsloan
2021-02-18Fixed checking permissions in trait.pyzsloan
2021-02-18Fixed SUPER_PRIVILEGES and DEFAULT_PRIVILEGESzsloan
2021-02-11Removed some log statementszsloan
2021-02-11Ensure trait description_display is setzsloan
2020-12-07Changed the logic in create_trait so that permissions should always be set, a...zsloan
2020-12-01Merge pull request #482 from zsloan/feature/corr_table_changeszsloan
2020-11-18Fixed issue where the cofactor trait descriptions didn't work correctlyzsloan
2020-11-18Fixed issue that was causing scatterplot cofactors to not work if thezsloan
2020-11-11Switched checking if a trait is confidential to checking if it has a pubmed I...zsloan
2020-11-03Changed the syntax for the "sort" function in the docstring of GeneralObject ...zsloan
2020-10-27Get the "first_attr_start_pos" from a samplelist instead of from each individ...zsloan
2020-10-20Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-10-19Merge branch 'testing' into scroller_testingzsloan
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-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-02Ignore utf-8 encoding errorsBonfaceKilz
2020-10-01Convert trait attributes to utf-8 strings if they were bytesBonfaceKilz
2020-09-30Removed unused code from TempDataSet classzsloan
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-18Made a bunch of changes to move trait page DataTables initialization tozsloan
2020-09-17Convert "target_string" to a str typeBonfaceKilz
2020-09-17Apply pep8BonfaceKilz
2020-08-28Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-08-27Remove python2 string processing to utf-8BonfaceKilz
2020-08-27Replace mysqldb's "escape" with the one from utils.db_toolsBonfaceKilz
2020-08-27Remove redundant methods which are defined elsewhereBonfaceKilz
2020-08-27Remove unused importsBonfaceKilz
2020-08-27Replace "string.split" & "string.join" with python's inbuilt methodsBonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
2020-08-26Replace "__cmp__" with "__eq__" magic methodBonfaceKilz
2020-08-26Rename "unicode" to "str"BonfaceKilz
2020-08-25Fixed issue in DatasetType that caused an error when trying to load newzsloan
2020-08-20Handle module renames in the standard libraryBonfaceKilz
2020-08-20Disable python2 QTLReaperBonfaceKilz
2020-08-20Add backward support for urllibBonfaceKilz
2020-08-19Remove extra whitespace(or add it) from comma separated itemsBonfaceKilz