Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixes broken test. See: #89a7868.
|
|
|
|
|
|
|
|
These tests touch on core data-structures in gn2; and there's a chance
that refactoring said data-structures may break many things.
|
|
* wqflask/tests/unit/wqflask/api/test_correlation.py: Use proper
database connection instead of the db connection attached at "g.db".
* wqflask/tests/unit/wqflask/snp_browser/test_snp_browser.py: Ditto.
* wqflask/wqflask/api/correlation.py: Ditto.
* wqflask/wqflask/snp_browser/snp_browser.py: Ditto.
|
|
feature/add_rqtl_pairscan
|
|
|
|
|
|
This avoids calling Redis twice when fetching metadata about the
resource.
|
|
If a user has several access roles, select the highest role.
|
|
|
|
All new API definitions should be migrated to "wqflask/ api"
|
|
|
|
because I changed the test dataset name from 'dataser_1' to 'dataset_1'
|
|
|
|
feature/add_rqtl_pairscan
|
|
|
|
|
|
|
|
|
|
After adding the missing attribute to "self.trait", we need to also
need to update some missing calls.
|
|
|
|
|
|
|
|
|
|
Use GN3 API for R/qtl
|
|
|
|
the GN3 request
|
|
|
|
|
|
|
|
process_rqtl_results since that functionality was moved to GN3
|
|
lowercase, though not sure if this will fully fix the test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is no longer required since the global object "Flask.g.db" is no
longer coupled to the gen_menu module.
|
|
Update tests to use (and mock) the injected MySQL connection object.
|
|
|
|
|
|
|