index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
integration
Age
Commit message (
Expand
)
Author
2023-07-10
Fix linting errors caused by bump to Python 3.10
migrate-to-python3.10
Frederick Muriuki Muriithi
2023-04-06
Fix linting issues
Frederick Muriuki Muriithi
2023-04-06
Remove deprecated `gn3.db_utils.database_connector` function
Frederick Muriuki Muriithi
2022-12-21
gn3: (gn3.random -> gn3.chancy): Rename module to avoid conflicts.
Frederick Muriuki Muriithi
2022-07-29
Fix failing tests
Frederick Muriuki Muriithi
2022-06-21
integration: test_gemma: Skip "GemmaAPITest"
BonfaceKilz
2022-05-05
Extract common error checking. Rename function.
Frederick Muriuki Muriithi
2022-03-24
Test Fixture: Create new test database and get connection to it
Frederick Muriuki Muriithi
2022-03-12
Test edges cases for csv files when running csvdiff
BonfaceKilz
2022-03-08
Fix tests, and issues caught by tests
Frederick Muriuki Muriithi
2022-02-21
Test partial corrs API with mix of existing and non-existing control traits
Frederick Muriuki Muriithi
2022-02-19
Test partial corrs endpoint with non-existing control traits
Frederick Muriuki Muriithi
2022-02-18
Test partial correlations endpoint with non-existent primary traits
Frederick Muriuki Muriithi
2022-02-17
Test partial correlations endpoint with missing data in POST request
Frederick Muriuki Muriithi
2022-02-17
Create client fixture for integration tests
Frederick Muriuki Muriithi
2022-02-17
Use pytest's "mark" feature to categorise tests
Frederick Muriuki Muriithi
2021-09-27
modify integration tests
Alexander Kabui
2021-09-25
minor fixes for unittests
Alexander Kabui
2021-09-22
init endpoint tests for wgcna
Alexander Kabui
2021-08-11
use normal function for correlation (#34)
Alexander Kabui
2021-05-13
tests: test_general: Add test case for run_r_qtl endpoint
BonfaceKilz
2021-05-10
tests: test_gemma: Add TMPDIR to test_client()
BonfaceKilz
2021-04-12
Integrate correlation API
Alexander Kabui
2021-03-23
Use ipfs to get genotype files
BonfaceKilz
2021-03-16
delete unwanted correlation stuff (#5)
Alexander Kabui
2021-03-16
Refactor/clean up correlations (#4)
Alexander Kabui
2021-03-15
Apply pep-8 formatting
BonfaceKilz
2021-03-13
Correlation api (#2)
Alexander Kabui
2021-03-10
Add missing "/" in URL in docstring
BonfaceKilz
2021-03-10
Rename "covariates" to "covars" in endpoints for consistency
BonfaceKilz
2021-03-10
Fix k-compute command when "loco" is true
BonfaceKilz
2021-03-08
Remove "/k-gwa-computation"
BonfaceKilz
2021-03-08
Add "/k-gwa-compute/covars/loco/<chromosomes>/maf/<maf>/<token>"
BonfaceKilz
2021-03-08
Add "/gemma/k-gwa-compute/loco/<chromosomes>/maf/<maf>/<token>"
BonfaceKilz
2021-03-08
Add "/k-gwa-compute/covars/<token>"
BonfaceKilz
2021-03-08
Add "/gemma/k-gwa-compute/<token>"
BonfaceKilz
2021-03-08
Replace "compute_k_values" with "generate_gemma_cmd"
BonfaceKilz
2021-03-08
Add generic fn for computing k and gwa values
BonfaceKilz
2021-03-08
Apply pep-8 formatting
BonfaceKilz
2021-03-08
Add new endpoint
BonfaceKilz
2021-03-08
Replace "generate_gemma_computation_cmd" with "compose_gemma_cmd"
BonfaceKilz
2021-03-08
Add new endpoint: "/gwa-compute/<k_filename>/loco/maf/<maf>/<token>"
BonfaceKilz
2021-03-08
Add new endpoint: "/gwa-compute/covars/<k_filename>/<token>"
BonfaceKilz
2021-03-08
Add new endpoint: "/gwa-compute/<k_filename>/<token>"
BonfaceKilz
2021-03-08
Add new endpoint: "/gemma/k-compute/loco/<chromosomes>/<token>"
BonfaceKilz
2021-03-08
Prepend all endpoints with "api"
BonfaceKilz
2021-03-08
Add new endpoint: "/gemma/k-compute/<token>"
BonfaceKilz
2021-03-08
Replace APP_DEFAULTS dict with actual conf params
BonfaceKilz
2021-03-08
Update failing tests.
BonfaceKilz
2021-03-08
Fix failing tests
BonfaceKilz
[next]