aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/Plot.py
AgeCommit message (Collapse)Author
2020-08-24Remove unused importsBonfaceKilz
* wqflask/utility/Plot.py: Remove unused imports like "numarray". "numarray" is does not have py3 support so it's important to remove references to it.
2020-08-08Use draw_rotated_text()Muriithi Frederick Muriuki
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().
2020-08-08Fix font pathsMuriithi Frederick Muriuki
* wqflask/utility/Plot.py: Update font paths. * wqflask/fonts/ttf: Update font files.
2020-08-08Migrate code from Piddle to PillowMuriithi Frederick Muriuki
* 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.
2020-07-08Removed remaining unused references to the old qtlreaperzsloan
2019-02-22Fixed some appearance issues with several tableszsloan
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
2018-04-09Removed svg.py, which I know isn't used, and webqtlFormData, which I'm ↵zsloan
pretty sure also isn't used any more. Also removed some other unused code from the files listed
2018-04-09Fixed 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
2018-04-09Removed the basicStatistics directory/contents because nothing there was ↵zsloan
being used except corestats, which I moved to utility Removed box plot code from Plot.py since we no longer use it either
2016-06-21log: replace print statementsPjotr Prins
2016-06-18Logging: behavioursPjotr Prins
2016-06-18Disable setting sys.pathsPjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2016-04-07SNP Track option should now work for GN1 mapping figurezsloan
Fixed typo in show_trait html that caused the p-value slider to not work for correlations
2016-04-06Permutations (suggestive/significant lines, legend, and histogram) should ↵zsloan
now work for both R/qtl and qtl reaper mapping. 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
2012-08-29Fixed so that outliers are now correctly highlightedZachary Sloan
2012-06-22Working my way through getting the review and edit data dynamically ↵Sam Ockman
generated in Jinja2
2012-06-05Ran reindent.py recursively on wqflask directorySam Ockman
2012-06-02Coming along in trying to get trait page workingSam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman