Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-10 | Merge branch 'testing' into feature/integrate-correlation-api | Alexander Kabui | |
2021-04-30 | autopep8: Fix W291, W292, W293, W391 | 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 | |
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 | |||
2021-04-29 | Run `sed -i 's/(object)//g'` | BonfaceKilz | |
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g' | |||
2021-04-26 | fix:remove debug statements and commented code | Alexander Kabui | |
2021-04-20 | refactor code for iterating mrna tissue data | Alexander Kabui | |
2020-08-27 | Replace mysqldb's "escape" with the one from utils.db_tools | BonfaceKilz | |
Mysqldb's escape returns a binary string. Use utils.db_tools which adds an extra step of converting the binary string to a string. | |||
2020-08-27 | Remove unused imports | BonfaceKilz | |
2020-08-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> | |||
2018-04-11 | Added tissue correlation p value to correlation page results, since it was ↵ | zsloan | |
missing before Removed a bunch of unused coded from all correlation-related files and the ctl analysis code | |||
2018-04-06 | Mapping figure output now gives more accurate information | zsloan | |
Committing partway through removing a bunch of unused code/files just in case something necessary gets removed | |||
2016-09-02 | Added Network Graph feature that uses cytoscape.js. Currently you can view ↵ | zsloan | |
GN2 and third party links when clicking a node, view scatterplot when clicking an edge, and edges appearance varies based upon correlation Fixed issue that caused error with correlation page | |||
2016-06-26 | Resolve conflicts | Pjotr Prins | |
2016-06-23 | Logger: SQL | Pjotr Prins | |
2016-06-22 | Fixed a couple more errors with the correlation page that occurred when you ↵ | zsloan | |
selected Tissue correlation with traits from data sets without 'data_ids' | |||
2016-06-21 | No longer runs query to get symbol_values_dict when no id_list to fix ↵ | zsloan | |
occasional error with correlation page | |||
2016-06-18 | Changed file permssions to non-executable | Pjotr Prins | |
2016-06-17 | Removed trailing spaces in .py and .js files | Pjotr Prins | |
2015-11-18 | Fixed issue where literature and tissue correlation didn't work | zsloan | |
Scatterplot matrix feature only appears if user is logged in now Committing current progress on mapping page (it can at least import the file now, but there are still errors) | |||
2015-10-12 | Changed the location filter for correlation page | zsloan | |
2015-05-22 | Fixed issue where correlation didn't work for human traits (and probably ↵ | zsloan | |
some others) | |||
2014-06-06 | Implimented Karl Broman's lodchart code for the interval mapping function. | Zachary Sloan | |
Suggestive/significant bars and additive effect curve added | |||
2014-05-05 | Committing a bunch of changes related to integrating GEMMA and | Zachary Sloan | |
adding the correlation matrix page | |||
2013-09-27 | Added trait links to correlation results | Lei Yan | |
Began adding the code that does the initial sort by literature correlation | |||
2013-09-20 | Tissue correlation results work for sample r/rho correlation page | Lei Yan | |
and are written to the template | |||
2013-07-12 | Rewrote code related to getting the tissue correlation column to display | Lei Yan | |
Created new files for mrna assay tissue data and commonly used db query related functions |