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
/
sample_data.py
Age
Commit message (
Expand
)
Author
2023-09-05
Delete un-used import
Munyoki Kilyungi
2023-09-05
Remove type annotations for "none_case_attrs" variables
Munyoki Kilyungi
2023-08-24
Change get_pheno_csv_sample_data to use group ID instead of phenotype ID
zsloan
2023-08-17
Fix query for fetching DataId when inserting ProbeSet data
zsloan
2023-08-17
Fix a couple remaining issues with function parameters
zsloan
2023-08-17
Combine pheno/mrna update functions + some other fixes
zsloan
2023-08-17
Fix a few misnamed tables in mrna delete/insert functions
zsloan
2023-08-17
Implement ProbeSet sample data editing
zsloan
2023-08-17
Fix probeset sample data and CSV sample data functions
zsloan
2023-08-17
Fix get_mrna_sample_data query
zsloan
2023-08-17
Make several sample_data fetching functions specific to phenotype or mrna ass...
zsloan
2023-07-17
Fix dict key name
Frederick Muriuki Muriithi
2023-07-12
Bug: Set the `data_exists` variable within the context manager
Frederick Muriuki Muriithi
2023-05-22
Fix return typing for get_trait_sample_data
zsloan
2023-05-22
Remove unused variable this_data
zsloan
2023-05-22
Include all samples in trait sample data
zsloan
2023-05-22
Fix sample data CSV query to only fetch distinct samples
zsloan
2023-05-22
Fix get_trait_sample_data function
zsloan
2023-05-22
Add function for retrieving phenotype sample data as dict
zsloan
2023-03-20
Disable fetching case-attributes when getting sample data
Munyoki Kilyungi
2023-03-17
Add conn.commit() to queries in sample_data.py
zsloan
2022-11-02
Fix pylint and mypy errors
Munyoki Kilyungi
2022-08-23
Remove conn.commit() and conn.rollback()
Munyoki Kilyungi
2022-05-27
Move sql for modifying case-attributes from gn2 to gn3
BonfaceKilz
2022-05-27
Return all the results from CaseAttributes column as is
BonfaceKilz
2022-04-12
Strip any newline, tab or carriage-return chars from sample data
BonfaceKilz
2022-04-07
Fix pylint errors
BonfaceKilz
2022-04-07
Use case attribute id inside brackets if present during insertions
BonfaceKilz
2022-04-07
Use case attribute id inside brackets if present during insertions
BonfaceKilz
2022-04-07
Use case attribute id inside brackets if present during updates
BonfaceKilz
2022-04-07
Add method for fetching the case_attributes
BonfaceKilz
2022-04-07
Run python black on file
BonfaceKilz
2022-03-14
Dummy White Space commit to fix laminar
BonfaceKilz
2022-03-12
Fix mypy issues
BonfaceKilz
2022-03-12
Fix pylint issues
BonfaceKilz
2022-03-12
Store the first element as strain_id
BonfaceKilz
2022-03-12
Append the strain name when extracting "actions"
BonfaceKilz
2022-03-12
Apply auto-pep8 to sample_data.py and it's test file
BonfaceKilz
2022-03-12
Add missing return type-annotations
BonfaceKilz
2022-03-12
Update how data is updated by re-using existing functions
BonfaceKilz
2022-03-12
Create action dict that's created when updating data
BonfaceKilz
2022-03-12
Remove check for inserted data when inserting individual data
BonfaceKilz
2022-03-12
Make `_map` a constant
BonfaceKilz
2022-03-12
Fix faulty SQL query string when deleting case-attributes
BonfaceKilz
2022-03-12
Explicitly get CaseAttributeId and fix broken sql query
BonfaceKilz
2022-03-12
Remove duplicate params
BonfaceKilz
2022-03-12
Remove dead code
BonfaceKilz
2022-03-12
Check whether publish data already exists before inserting
BonfaceKilz
2022-03-12
Fetch id's separately for the insertion edge-case
BonfaceKilz
2022-03-12
Extract a strain name given a csv string and it's header
BonfaceKilz
[next]