Age | Commit message (Expand) | Author |
2021-05-10 | Merge branch 'testing' into feature/integrate-correlation-api | Alexander Kabui |
2021-05-10 | add previous endpoint for correlation | Alexander Kabui |
2021-04-30 | autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133 | BonfaceKilz |
2021-04-30 | autopep8: Fix W504 | BonfaceKilz |
2021-04-30 | autopep8: Fix E501 | BonfaceKilz |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz |
2021-04-30 | autopep8: Fix E20-E27 | BonfaceKilz |
2021-04-29 | Run `sed -i 's/(object)//g'` | BonfaceKilz |
2021-04-29 | base: data_set: Remove unused method | BonfaceKilz |
2021-04-29 | base: data_set: Apply pep-8 | BonfaceKilz |
2021-04-29 | base: data_set: Remove unused method | BonfaceKilz |
2021-04-29 | base: data_set: Rewrite data_set using @dataclass | BonfaceKilz |
2021-04-23 | debugging for fetching probe data | Alexander Kabui |
2021-04-23 | Remove stale comments | BonfaceKilz |
2021-02-11 | Removed some log statements | zsloan |
2020-10-12 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-10-08 | Fixed remaining issue that applies to all dataset types | zsloan |
2020-10-08 | Fixed issue where new phenotype groups wouldn't be saved to the self.datasets... | zsloan |
2020-09-30 | Removed unused code from TempDataSet class | zsloan |
2020-08-28 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-27 | Remove redundant methods which are defined elsewhere | BonfaceKilz |
2020-08-27 | Replace "string.split" & "string.join" with python's inbuilt methods | BonfaceKilz |
2020-08-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz |
2020-08-26 | Rename "unicode" to "str" | BonfaceKilz |
2020-08-25 | Fixed issue in DatasetType that caused an error when trying to load new | zsloan |
2020-08-20 | Handle module renames in the standard library | BonfaceKilz |
2020-08-20 | Disable python2 QTLReaper | BonfaceKilz |
2020-08-19 | Make Python more idiomatic | BonfaceKilz |
2020-08-19 | Replace `izip` with python's built-in equivalent | BonfaceKilz |
2020-07-27 | Abstract away redundant code into set_dataset_key method | BonfaceKilz |
2020-07-27 | Use the correct redis instance inside object | BonfaceKilz |
2020-07-24 | Merge pull request #409 from BonfaceKilz/Build/add-tests | zsloan |
2020-07-24 | Fixed queries that were wrongly returning Data IDs as Ns | zsloan |
2020-07-24 | Inject redis instance into DatasetType class | BonfaceKilz |
2020-07-24 | Apply autopep-8 | BonfaceKilz |
2020-07-24 | Remove unused import | BonfaceKilz |
2020-06-22 | Fixed issue with temp traits not working for trait page functions like correl... | zsloan |
2020-06-17 | Adding all the authentication stuff | zsloan |
2020-05-07 | Fixed blatseq issue and geno correlation issueblatseq_fix | zsloan |
2020-05-07 | Committing current progress on group manager + a minor fix in dataset.py | zsloan |
2020-04-27 | Added timeout for when/if it does the REST API query, so it doesn't hang inde... | zsloan |
2020-04-27 | Made change that should allow dataset structure to be loaded from Redis inste... | zsloan |
2020-04-26 | Removed the code that was still writing the database menu JSON | zsloan |
2020-04-24 | Replaced hard-coded instances of GN2 urls with ones pulled from settings file | zsloan |
2020-04-24 | Made a fix that should prevent the issue where new datasets cause an error wh... | zsloan |
2020-04-06 | Added Mean column for phenotype traits in search and global search result tables | zsloan |
2020-03-27 | Fixed issue where GEMMA wasn't showing up for certain groups | zsloan |
2020-03-27 | Added integration for using RData files with R/qtl, plus some other changes t... | zsloan |
2020-02-07 | Users can now add and do mapping on genotype files that only include a subset... | zsloan |
2019-12-04 | Added M to the possible non-number 'chromosome' names | zsloan |