Age | Commit message (Expand) | Author |
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-10-02 | Ignore utf-8 encoding errors | BonfaceKilz |
2020-10-01 | Convert trait attributes to utf-8 strings if they were bytes | BonfaceKilz |
2020-09-30 | Removed unused code from TempDataSet class | zsloan |
2020-09-28 | Merge branch 'build/python3-migration' of github.com:BonfaceKilz/genenetwork2... | BonfaceKilz |
2020-09-28 | Fix casting error | BonfaceKilz |
2020-09-28 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-09-28 | Fix casting error | BonfaceKilz |
2020-09-28 | Convert None to "" in if statement | BonfaceKilz |
2020-09-18 | Made a bunch of changes to move trait page DataTables initialization to | zsloan |
2020-09-17 | Convert "target_string" to a str type | BonfaceKilz |
2020-09-17 | Apply pep8 | BonfaceKilz |
2020-08-28 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-27 | Remove python2 string processing to utf-8 | BonfaceKilz |
2020-08-27 | Replace mysqldb's "escape" with the one from utils.db_tools | BonfaceKilz |
2020-08-27 | Remove redundant methods which are defined elsewhere | BonfaceKilz |
2020-08-27 | Remove unused imports | 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 | Replace "__cmp__" with "__eq__" magic method | 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-20 | Add backward support for urllib | BonfaceKilz |
2020-08-19 | Remove extra whitespace(or add it) from comma separated items | BonfaceKilz |
2020-08-19 | Make Python more idiomatic | BonfaceKilz |
2020-08-19 | Handle the rename of urllib and urllib2 to the urllib package | BonfaceKilz |
2020-08-19 | Replace backtick repr with the repr() function | BonfaceKilz |
2020-08-19 | Wrap `raise` statements in parenthesis | BonfaceKilz |
2020-08-19 | Replace `izip` with python's built-in equivalent | BonfaceKilz |
2020-08-19 | Fix dictionary iteration methods | BonfaceKilz |
2020-07-27 | Clean up webqtlCaseData class | 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-25 | Removing bimbam check. We'll get rid of bimbam anyway. | Pjotr Prins |
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 | Remove unreachable conditional | BonfaceKilz |
2020-07-24 | Inject redis instance into DatasetType class | BonfaceKilz |
2020-07-24 | Apply autopep-8 | BonfaceKilz |
2020-07-24 | Apply autopep-8 | BonfaceKilz |
2020-07-24 | Remove unused import | BonfaceKilz |
2020-07-24 | Added binary casting to phenotype trait info query to fix unicode issue | zsloan |
2020-07-21 | Fixed issue that caused group codes to be wrong sometimes | zsloan |
2020-07-14 | Added binary casting to phenotype trait info query to fix unicode issue | zsloan |
2020-07-08 | Removed remaining unused references to the old qtlreaper | zsloan |
2020-07-06 | Temporarily commented out the line in trait.py doing the encoding until we fi... | zsloan |
2020-07-06 | Fixed some of the logic with how traits are authenticated to avoid situation ... | zsloan |