index
:
genenetwork2
acenteno
authentication_test
blatseq_fix
chores/code-refactoring
chores/lmdb-integration
chores/replace-cdns
chores/script-textfile-generator
correlations-return-fewer-results
debug-too-many-connections-error
decouple_tools_and_wqflask_app
development
epysode
feature/search-history
feature/textfile-generator
gn-master
guix-shell
hook-up-auth-to-traits-page
itp_covariate_testing
jupyter_notebooks_ui
lmdb-code/refactoring
master
notebooks_api
oauth2-migrate-user-details-and-data
partial-correlations
partial_corr_ui_rework
pcorrs_targets
penguin2
phewas
production
proxy-integration
refactor-configurations
refactor-data_set_py-20220920
revert-366-360_update_htmlgen
rework-genotype-linking
run-corrs-in-external-process
stable
testing
GeneNetwork (2nd generation)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wqflask
/
base
Age
Commit message (
Expand
)
Author
2023-03-17
Fix correlation bug caused by a NULL UPDATE_TIME in the DB
zsloan
2023-02-17
Use abbreviation as symbol for phenotypes in collection page
zsloan
2023-02-17
Default trait abbreviation to N/A and only set to pre/post_publication_abbrev...
zsloan
2023-02-14
Fix collection page error when ProbeSet/Publish traits don't have a mean
zsloan
2023-01-12
Add BXD-NIA-AD to list of BXD_GROUP_EXCEPTIONS (so the correct options show u...
zsloan
2022-12-01
Fix Exception that's raised when query_sql returns None
Munyoki Kilyungi
2022-11-30
Remove check for shortnames/fullnames in probeset metadata query
Munyoki Kilyungi
2022-11-10
Use the Maybe Monad when fetching the accession_id of a dataset
Munyoki Kilyungi
2022-11-08
Remove string check for 'None' in HTML template
Munyoki Kilyungi
2022-11-02
Update Phenogen URL to rn7
zsloan
2022-10-28
Refactor: Pass user id to `check_resource_availability`
Frederick Muriuki Muriithi
2022-10-27
init fix for querying for datasets
Alexander_Kabui
2022-10-20
Cleanup: Remove unused code
Frederick Muriuki Muriithi
2022-10-18
Change logic in retrieve_trait_info to account for situations where a marker ...
zsloan
2022-10-17
Fix bug when initializing Temp DatasetGroups
zsloan
2022-10-14
Add BXD_GROUP_EXCEPTIONS to webqtlConfig.py instead of having the groups hard...
zsloan
2022-10-12
Use SQL to fetch trait metadata instead of gn-proxy, since it's dramatically ...
zsloan
2022-10-12
Include chr/mb values in jsonable trait
zsloan
2022-10-04
Add more information to exception to help in debugging
Frederick Muriuki Muriithi
2022-09-26
Remove unused database_connection import from species.py
zsloan
2022-09-25
Fix issue where the display name was used in the hmac for phenotype traits
zsloan
2022-09-22
Provide database cursor as argument for TheSpecies and Chromosomes
Frederick Muriuki Muriithi
2022-09-21
Added Markers/HumanMarkers import to datasetgroup.py and removed it from
zsloan
2022-09-21
Refactor: pass redis and db connections as argument
Frederick Muriuki Muriithi
2022-09-20
Remove global `Dataset_Getter` variable
Frederick Muriuki Muriithi
2022-09-20
Revert "Use member variable `self.conn` to avoid test failure"
Frederick Muriuki Muriithi
2022-09-20
Use member variable `self.conn` to avoid test failure
Frederick Muriuki Muriithi
2022-09-20
Decompose file into separate modules
refactor-data_set_py-20220920
Frederick Muriuki Muriithi
2022-09-12
Fix query: Add comma to separate columns.
Frederick Muriuki Muriithi
2022-09-12
Fix query: remove wrongly-placed comma
Frederick Muriuki Muriithi
2022-09-12
Check db resultset before indexing into it
Frederick Muriuki Muriithi
2022-09-09
Fix bug in retrieve_other_names
zsloan
2022-09-09
tissue:fetch for query formatting
Alexander_Kabui
2022-09-09
Retain only a single import of the same module
Frederick Muriuki Muriithi
2022-09-09
Merge pull request #732 from BonfaceKilz/bug/fix-broken-correlations
Muriithi Frederick Muriuki
2022-09-09
Fetch sample values correctly
Munyoki Kilyungi
2022-09-09
Add missing import
Munyoki Kilyungi
2022-09-09
Import missing module.
Frederick Muriuki Muriithi
2022-09-09
Filter out Samples without values
Frederick Muriuki Muriithi
2022-09-09
Use `database_connection()`
Frederick Muriuki Muriithi
2022-09-09
Replace `g.db.execute` with `cursor.execute`
Frederick Muriuki Muriithi
2022-09-08
Simplify how chromosomes are fetched
Munyoki Kilyungi
2022-09-08
Remove redundant cursor.fetchone()
Munyoki Kilyungi
2022-09-08
Use "%s" in sql query
Munyoki Kilyungi
2022-09-08
Inject database connection to mrna_assay_tissue_data class
Munyoki Kilyungi
2022-09-08
Fix sql queries
Munyoki Kilyungi
2022-09-08
Add missing "," in cursor.execute()
Munyoki Kilyungi
2022-09-08
Remove intermediate variables that are only used once
Munyoki Kilyungi
2022-09-08
Delete dead imports
Munyoki Kilyungi
2022-09-08
Replace g.db with database_connection() context manager
Munyoki Kilyungi
[next]