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
/
gn3
/
db
/
traits.py
Age
Commit message (
Expand
)
Author
2022-02-21
Fix a myriad of linter issues
Frederick Muriuki Muriithi
2022-02-08
db: traits: Enable deletion of individual sample values
BonfaceKilz
2022-02-08
db: traits: Allow insertions of "0" in resp. sample values tables
BonfaceKilz
2022-02-08
db: traits: Insert "count" instead of "error" in "NStrain" table
BonfaceKilz
2022-02-03
db: Fetch correct sample data
BonfaceKilz
2022-02-02
Remove PublishFreeze from retrieve_publish_trait_info query
zsloan
2022-02-02
Fix bug where sample values of 0 were being treated as False
zsloan
2022-02-02
Fix retrieve_publish_trait_data query
zsloan
2022-01-12
Indent code correctly
Frederick Muriuki Muriithi
2022-01-12
Deduplicate query to fetch data for 'Publish' traits
Frederick Muriuki Muriithi
2022-01-04
traits.py: Don't use "value" to check if a record exists
BonfaceKilz
2022-01-04
traits.py: Return early during an insert if the give record exists
BonfaceKilz
2022-01-04
traits.py Delete a record only if it exists
BonfaceKilz
2021-12-14
linting: Fix obvious linting issues
Frederick Muriuki Muriithi
2021-12-09
Provide clearer error message
Frederick Muriuki Muriithi
2021-11-29
Merge branch 'main' into partial-correlations
Muriithi Frederick Muriuki
2021-11-29
Fix linting errors
Frederick Muriuki Muriithi
2021-11-29
db: traits: Support additions and deletions from csv file
BonfaceKilz
2021-11-29
db: traits: Remove trailing ".0" in int values
BonfaceKilz
2021-11-29
db: traits: Remove "\n\n" when generating csv file
BonfaceKilz
2021-11-25
db: traits: Support additions and deletions from csv file
BonfaceKilz
2021-11-24
db: traits: Remove trailing ".0" in int values
BonfaceKilz
2021-11-23
db: traits: Remove "\n\n" when generating csv file
BonfaceKilz
2021-10-19
Move `export_informative` function to `gn3.db.traits` module
Frederick Muriuki Muriithi
2021-10-19
Move 'export_trait_data' to 'gn3.db.traits' module
Frederick Muriuki Muriithi
2021-09-27
Update terminology: `riset` to `group`
Frederick Muriuki Muriithi
2021-09-27
Update terminology: `strain` to `sample`
Frederick Muriuki Muriithi
2021-09-22
Fix typing issues
Frederick Muriuki Muriithi
2021-09-22
Fix pylint errors
Frederick Muriuki Muriithi
2021-08-31
Fix linting errors, minor bugs and reorganise code
Muriithi Frederick Muriuki
2021-08-31
Update `heatmap_data` function: remove extraneous data
Muriithi Frederick Muriuki
2021-08-17
Provide top-level `riset` key-value pair
Muriithi Frederick Muriuki
2021-08-09
Set up the trait dataset type correctly
Muriithi Frederick Muriuki
2021-08-09
Retrieve the trait data
Muriithi Frederick Muriuki
2021-08-09
Add missing arguments. Fix typo.
Muriithi Frederick Muriuki
2021-08-09
Fix linting errors
Muriithi Frederick Muriuki
2021-08-08
Only load extra data if the traits have basic info
Muriithi Frederick Muriuki
2021-08-08
Merge branch 'main' of github.com:genenetwork/genenetwork3 into heatmap_decom...
Muriithi Frederick Muriuki
2021-08-05
db: traits: Return unique values when fetching sample data
BonfaceKilz
2021-08-05
Reorganise the database code
Muriithi Frederick Muriuki
2021-08-05
Build up trait_name items from full name
Muriithi Frederick Muriuki
2021-08-04
Fix issues caught by pylint
Muriithi Frederick Muriuki
2021-08-04
Retrieve the RISet and RISet ID values
Muriithi Frederick Muriuki
2021-08-04
Add tests for post-processing functions
Muriithi Frederick Muriuki
2021-08-04
Avoid string interpolation: use prepared statement
Muriithi Frederick Muriuki
2021-07-30
Rework db functions to enable postprocessing
Muriithi Frederick Muriuki
2021-07-30
Return dict from query functions
Muriithi Frederick Muriuki
2021-07-29
Merge branch 'main' into Feature/Update-db-from-csv-data
BonfaceKilz
2021-07-29
Add method for updating values from a sample dataset
BonfaceKilz
2021-07-29
Add type annotations to the function
Muriithi Frederick Muriuki
[next]