Age | Commit message (Collapse) | Author |
|
* wqflask/wqflask/snp_browser/snp_browser.py: Use newer, and supported Pillow in
place of obsoleted Piddle library.
|
|
* wqflask/fonts/ttf: Add ttf font files.
|
|
* 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.
|
|
* wqflask/wqflask/marker_regression/display_mapping_results.py: Use Pillow's ImageColor module in place of the older Piddle colours.
|
|
* wqflask/tests(api): Move all the files here to tests/wqflask. The test dir
should mirror the actual module structure
|
|
summaries looking strange
* wqflask/wqflask/templates/show_trait_details.html - Set min-width of
table containing details to 1400px
|
|
|
|
* wqflask/wqflask/views.py - Removed an if statement that was
unnecessary, because it already checks if dataset is either the string
"Temp" or of type "Temp"
|
|
header
* wqflask/wqflask/static/new/css/show_trait.css - Changed right margin
from 20px to 15px to better account for the width of the sort arrows in
the header cell
|
|
Tests/add tests for gen menu
|
|
* wqflask/wqflask/show_trait/show_trait.py - Just added more pixels in
the function which determines the overall table width
|
|
cofactors, leading to an error in non-Chrome browsers
*
wqflask/wqflask/static/new/javascript/get_covariates_from_collection.js
- Added a line that checks if the table already exists before
initializing it; this issue is caused by a circular import issue, but
I'm not sure how to get around it yet
|
|
* wqflask/wqflask/api/gen_menu.py (build_types, build_datasets): Replace '+'
when joining strings inside brackets
|
|
* wqflask/wqflask/api/gen_menu.py: Apply pylint.
* wqflask/tests/api/test_gen_menu.py: Apply pylint.
|
|
* wqflask/tests/api/test_gen_menu.py: Add test.
|
|
* wqflask/tests/api/test_gen_menu.py: Move variable
|
|
* wqflask/tests/api/test_gen_menu.py: Add new test
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests
|
|
* wqflask/wqflask/api/gen_menu.py (get_datasets): convert return value directly
using "bool" to be more general and cater for cases wher "None" is returned
|
|
* wqflask/wqflask/api/gen_menu.py(get_types):
- Remove unnecessary comment.
- Remove unreachable "else" branch.
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests
|
|
* wqflask/tests/api/test_gen_menu.py: New test
|
|
* wqflask/wqflask/api/gen_menu.py (build_datasets): Make conditionals more
Pythonic
|
|
* wqflask/wqflask/api/gen_menu.py (build_datasets, build_types): Strip white
spaces and newlines from query and make the sql query one line.
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests for "build_datasets"
function
|
|
* wqflask/utility/authentication_tools.py: the code forgot to get
resource_info when a resource wasn't in Redis yet, causing an error when
it was referenced, so I added a line getting the resource info (and also
a couple comments for other lines related to authentication)
|
|
* wqflask/wqflask/api/gen_menu.py (phenotypes_exist, genotypes_exist): Convert
sql result to boolean instead of only checking for "None".
|
|
* wqflask/wqflask/api/gen_menu.py (get_species, get_groups, phenotypes_exist)
(genotypes_exist)[sql]: Strip white spaces and newlines from query and make the
sql query one line.
|
|
* wqflask/tests/api/test_gen_menu.py: Add new tests
|
|
* wqflask/tests/api/test_gen_menu.py: test that "get_groups" uses the correct
sql query and returns the correct group data structure.
|
|
* wqflask/tests/api/__init__.py: Add it
* wqflask/tests/api/test_gen_menu.py: Add test for get_species
|
|
the original tab's contents to be removed
* wqflask/wqflask/templates/mapping_results.html: minor change to add
spaces for readability
* wqflask/wqflask/marker_regression/display_mapping_results.py: Removed
"return" from chrView and rangeView since it appears to remove original
tab's contents in some browers when submitting form
|
|
|
|
Tests/add tests for base module
|
|
me to edit resource owners
|
|
* wqflask/base/webqtlCaseData.py (webqtlCaseData):
- Remove obsolete 'Object' from Class inheritance
- Replace 'str' with 'case_data_string' variable- it collides with python in-builts
- Use pythonic 'is Not None' form
- Remove redundancy in 'if' forms
- Update copyright header
|
|
* wqflask/tests/base/test_webqtl_case_data.py: Add it
|
|
* wqflask/base/data_set.py (Dataset):
- Add set_dataset_key
- Remove __call__ method
|
|
* wqflask/tests/base/test_data_set.py: Add more tests.
|
|
* wqflask/base/data_set.py (DatasetType): Use object's redis instance
|
|
* wqflask/tests/base/test_data_set.py: assert that `set` and `get` are called
correctly
|
|
* wqflask/tests/base/test_data_set.py(tests): Check correct results are returned
when Redis is empty
* wqflask/tests/base/data.py(tests): New file. Adds json test data.
|
|
* wqflask/tests/base/test_data_set.py: Apply pylint
|
|
Updating docs
|
|
|
|
Docs/document how to run tests
|
|
* doc/testing.org:
- Update how Mechanical Robs works. Python replaced Ruby as
the testing tool
- Add section that describes how to run unit tests
|
|
* README.md:
- Add details on how to run unit tests
- Update link that points to Mechanical Rob
|
|
* tests/unittests: Delete it. All unittests were moved to wqflask/tests in
3d6483e8
|
|
|