aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
AgeCommit message (Expand)Author
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
2020-08-19Make Python more idiomaticBonfaceKilz
2020-08-19Handle the rename of urllib and urllib2 to the urllib packageBonfaceKilz
2020-08-19Replace backtick repr with the repr() functionBonfaceKilz
2020-08-19Wrap `raise` statements in parenthesisBonfaceKilz
2020-08-19Replace `izip` with python's built-in equivalentBonfaceKilz
2020-08-19Fix dictionary iteration methodsBonfaceKilz
2020-07-27Clean up webqtlCaseData classBonfaceKilz
2020-07-27Abstract away redundant code into set_dataset_key methodBonfaceKilz
2020-07-27Use the correct redis instance inside objectBonfaceKilz
2020-07-25Removing bimbam check. We'll get rid of bimbam anyway.Pjotr Prins
2020-07-24Merge pull request #409 from BonfaceKilz/Build/add-testszsloan
2020-07-24Fixed queries that were wrongly returning Data IDs as Nszsloan
2020-07-24Remove unreachable conditionalBonfaceKilz
2020-07-24Inject redis instance into DatasetType classBonfaceKilz
2020-07-24Apply autopep-8BonfaceKilz
2020-07-24Apply autopep-8BonfaceKilz