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
/
trait.py
Age
Commit message (
Expand
)
Author
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-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-25
Fix issue where the display name was used in the hmac for phenotype traits
zsloan
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
Add missing import
Munyoki Kilyungi
2022-09-09
Import missing module.
Frederick Muriuki Muriithi
2022-09-08
Fix sql queries
Munyoki Kilyungi
2022-09-08
Delete dead imports
Munyoki Kilyungi
2022-09-08
Delete logger import
Munyoki Kilyungi
2022-09-08
Replace assertion with Value Error for non-existent dataset
Munyoki Kilyungi
2022-09-08
Replace g.db with database_connection() context manager
Munyoki Kilyungi
2022-06-23
Change jsonable in GeneralTrait so that it passes all necessary table
zsloan
2022-06-23
Convert trait.view to string for conversion to JSON
zsloan
2022-06-13
Check for chromosome of 'Un' and print location as 'Not available' in such cases
zsloan
2022-03-25
Fix issues that prevented genotype traits from being added to collections
zsloan
2021-10-22
Replace hardcoded GN proxy URLs in trait.py with one pulled from settings
zsloan
2021-08-20
Fixed some logic in trait.py that could cause a problem if a dataset_name was...
zsloan
2021-06-16
Changed the function jsonable in trait.py to return a couple extra fields + t...
zsloan
2021-04-30
autopep8: Fix W504
BonfaceKilz
2021-04-29
Merge branch 'testing' into Feature/Add-upload-data-forms
BonfaceKilz
2021-04-29
Run `sed -i 's/(object)//g'`
BonfaceKilz
2021-04-29
base: trait: Remove unused function
BonfaceKilz
2021-04-28
Added something to jsonable in trait.py to account for temp traits (this is n...
zsloan
2021-03-03
Checked if pre_publication_description is NULL, because there was an error re...
zsloan
2021-02-18
Fixed missing colon
zsloan
2021-02-18
Fixed checking permissions in trait.py
zsloan
2021-02-11
Ensure trait description_display is set
zsloan
2020-12-07
Changed the logic in create_trait so that permissions should always be set, a...
zsloan
2020-12-01
Merge pull request #482 from zsloan/feature/corr_table_changes
zsloan
2020-11-18
Fixed issue where the cofactor trait descriptions didn't work correctly
zsloan
2020-11-18
Fixed issue that was causing scatterplot cofactors to not work if the
zsloan
2020-11-11
Switched checking if a trait is confidential to checking if it has a pubmed I...
zsloan
2020-10-12
Merge branch 'testing' into build/python3-migration
BonfaceKilz
2020-10-09
Apply PEP 8 to buffer
BonfaceKilz
2020-10-02
Ignore utf-8 encoding errors
BonfaceKilz
2020-10-01
Convert trait attributes to utf-8 strings if they were bytes
BonfaceKilz
2020-09-28
Merge branch 'build/python3-migration' of github.com:BonfaceKilz/genenetwork2...
BonfaceKilz
2020-09-28
Fix casting error
BonfaceKilz
2020-09-28
Merge branch 'testing' into build/python3-migration
BonfaceKilz
2020-09-28
Fix casting error
BonfaceKilz
2020-09-28
Convert None to "" in if statement
BonfaceKilz
2020-09-17
Convert "target_string" to a str type
BonfaceKilz
2020-09-17
Apply pep8
BonfaceKilz
2020-08-27
Remove python2 string processing to utf-8
BonfaceKilz
[next]