Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3 | |||
2020-08-19 | Remove extra whitespace(or add it) from comma separated items | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> | |||
2018-04-09 | Fixed issue that caused and error for certain types of mapping due to ↵ | zsloan | |
variable not being initialized Removed a bunch of unused statistical functions from Plot.py and webqtlUtil.py. I figure that if we ever need them again, there's probably some third party library that includes them. Also removed unused file AJAX_table.py and other unused code from several other files | |||
2017-12-20 | Bring in some earlier work - mostly documentation and startup handling | Pjotr Prins | |
2016-10-06 | Logger: add more granular debug messages | Pjotr Prins | |
2016-10-02 | Errors: added time stamps in UTC | Pjotr Prins | |
2016-06-26 | gn_server: introduced one new query to fetch a dataset record and force ↵ | Pjotr Prins | |
fetch1 to return a tuple | |||
2016-06-24 | Log: and document SQL calls | Pjotr Prins | |
2016-06-23 | Log: SQL queries | Pjotr Prins | |
2016-06-23 | Logger: improved logging | Pjotr Prins | |
2016-06-23 | Logger: prettify | Pjotr Prins | |
2016-06-21 | logger: add format field (reserve) | Pjotr Prins | |
2016-06-21 | Benchmarking: allow output select with LOG_BENCH | Pjotr Prins | |
2016-06-21 | Logger: SQL | Pjotr Prins | |
2016-06-19 | gn_server: Species info can be fetched from gn_server | Pjotr Prins | |
2016-06-19 | gn_server: SQL handling | Pjotr Prins | |
2016-06-19 | Logger: started logging SQL | Pjotr Prins | |
2016-06-19 | logger: adding functionality for SQL | Pjotr Prins | |
views.py: simplified code | |||
2016-06-18 | Logger: changed level | Pjotr Prins | |
2016-06-18 | Logger: create stub so we can have multiple arguments to log functions | Pjotr Prins | |
2016-06-18 | Logging settings | Pjotr Prins | |
2016-06-18 | Documented logger | Pjotr Prins | |
2016-06-18 | Logging: behaviours | Pjotr Prins | |
2016-06-18 | Logger: introducing logging | Pjotr Prins | |