aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set.py
AgeCommit message (Expand)Author
2021-04-30autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133BonfaceKilz
2021-04-30autopep8: Fix W504BonfaceKilz
2021-04-30autopep8: Fix E501BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-30autopep8: Fix E20-E27BonfaceKilz
2021-04-29Run `sed -i 's/(object)//g'`BonfaceKilz
2021-04-29base: data_set: Remove unused methodBonfaceKilz
2021-04-29base: data_set: Apply pep-8BonfaceKilz
2021-04-29base: data_set: Remove unused methodBonfaceKilz
2021-04-29base: data_set: Rewrite data_set using @dataclassBonfaceKilz
2021-04-23Remove stale commentsBonfaceKilz
2021-02-11Removed some log statementszsloan
2020-10-12Merge branch 'testing' into build/python3-migrationBonfaceKilz
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-09-30Removed unused code from TempDataSet classzsloan
2020-08-28Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-08-27Remove redundant methods which are defined elsewhereBonfaceKilz
2020-08-27Replace "string.split" & "string.join" with python's inbuilt methodsBonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
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-19Make Python more idiomaticBonfaceKilz
2020-08-19Replace `izip` with python's built-in equivalentBonfaceKilz
2020-07-27Abstract away redundant code into set_dataset_key methodBonfaceKilz
2020-07-27Use the correct redis instance inside objectBonfaceKilz
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-24Inject redis instance into DatasetType classBonfaceKilz
2020-07-24Apply autopep-8BonfaceKilz
2020-07-24Remove unused importBonfaceKilz
2020-06-22Fixed issue with temp traits not working for trait page functions like correl...zsloan
2020-06-17Adding all the authentication stuffzsloan
2020-05-07Fixed blatseq issue and geno correlation issueblatseq_fixzsloan
2020-05-07Committing current progress on group manager + a minor fix in dataset.pyzsloan
2020-04-27Added timeout for when/if it does the REST API query, so it doesn't hang inde...zsloan
2020-04-27Made change that should allow dataset structure to be loaded from Redis inste...zsloan
2020-04-26Removed the code that was still writing the database menu JSONzsloan
2020-04-24Replaced hard-coded instances of GN2 urls with ones pulled from settings filezsloan
2020-04-24Made a fix that should prevent the issue where new datasets cause an error wh...zsloan
2020-04-06Added Mean column for phenotype traits in search and global search result tableszsloan
2020-03-27Fixed issue where GEMMA wasn't showing up for certain groupszsloan
2020-03-27Added integration for using RData files with R/qtl, plus some other changes t...zsloan
2020-02-07Users can now add and do mapping on genotype files that only include a subset...zsloan
2019-12-04Added M to the possible non-number 'chromosome' nameszsloan
2019-11-21Added 3-letter codes to unpublished phenotype traits and fixed issue with ord...zsloan
2019-11-14Changed code to rebuild dataset list each time you view the trait page to avo...zsloan
2019-11-05Fixed issue with ordering items in correlation dataset select dropdownzsloan