Age | Commit message (Expand) | Author |
2020-08-18 | Fix malformed docstring...* wqflask/utility/Plot.py: Update docstring.
| BonfaceKilz |
2020-08-08 | Use draw_rotated_text()...Use the new draw_rotated_text() function to draw the text rotated as was
formerly done.
* wqflask/utility/Plot.py (plotBar): Use draw_rotated_text().
* wqflask/wqflask/marker_regression/display_mapping_results.py:
(DisplayMappingResults) Use draw_rotated_text().
| Muriithi Frederick Muriuki |
2020-08-08 | Fix font paths...* wqflask/utility/Plot.py: Update font paths.
* wqflask/fonts/ttf: Update font files.
| Muriithi Frederick Muriuki |
2020-08-08 | Migrate code from Piddle to Pillow...* wqflask/wqflask/marker_regression/display_mapping_results.py: Add font files
(DisplayMappingResults): Update the code from the Piddle way of things to the
Pillow way of things, for example, replace:
- pid.drawRect(...) with im_drawer.rectangle(...)
- pid.drawString(...) with im_drawer.text(...)
- pid.drawPolygon(...) with im_drawer.polygon(...) etc.
* wqflask/utility/Plot.py: Migrate code from the older, unsupported Piddle to
the newer Pillow library.
| Muriithi Frederick Muriuki |
2020-07-08 | Removed remaining unused references to the old qtlreaper | zsloan |
2019-02-22 | Fixed some appearance issues with several tables...Fixed issue where cofactor selection screens were broken
Changed case attributes to be applied across groups, though need to discuss this with Rob since it shouldn't always be done this way
Added new inversion transformation
| zsloan |
2018-04-09 | Removed svg.py, which I know isn't used, and webqtlFormData, which I'm pretty......Also removed some other unused code from the files listed
| zsloan |
2018-04-09 | Fixed issue that caused and error for certain types of mapping due to variabl......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
| zsloan |
2018-04-09 | Removed the basicStatistics directory/contents because nothing there was bein......Removed box plot code from Plot.py since we no longer use it either
| zsloan |
2016-06-21 | log: replace print statements | Pjotr Prins |
2016-06-18 | Logging: behaviours | Pjotr Prins |
2016-06-18 | Disable setting sys.paths | Pjotr Prins |
2016-06-17 | Removed trailing spaces in .py and .js files | Pjotr Prins |
2016-04-07 | SNP Track option should now work for GN1 mapping figure...Fixed typo in show_trait html that caused the p-value slider to not work for correlations
| zsloan |
2016-04-06 | Permutations (suggestive/significant lines, legend, and histogram) should now......Changed the logic for receiving permutation/bootstrap info when loading mapping page in different ways (from show_trait, from remapping, from clicking single chromosome)
Added text below figure when Allele Effects selected/relevant
| zsloan |
2012-08-29 | Fixed so that outliers are now correctly highlighted | Zachary Sloan |
2012-06-22 | Working my way through getting the review and edit data dynamically generated... | Sam Ockman |
2012-06-05 | Ran reindent.py recursively on wqflask directory | Sam Ockman |
2012-06-02 | Coming along in trying to get trait page working | Sam Ockman |
2012-05-24 | Trying to get stuff working under new structure | Sam Ockman |