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
/
scripts
/
maintenance
Age
Commit message (
Expand
)
Author
2024-10-29
Read connection detail from file. Use contextmanager.
Frederick Muriuki Muriithi
2024-10-29
Use argparse.ArgumentParser to collect CLI args from user
Frederick Muriuki Muriithi
2024-10-29
Change indentation, wrap code in function and create entry-point.
Frederick Muriuki Muriithi
2023-03-08
Add DataAnalyzer.py script to maintenance scripts
zsloan
2022-06-03
Give speciesid single quotes like the other config_dic keys, just for consist...
zsloan
2022-06-03
Allow GenoFreezeId to be passed in configurations to load_genotypes.py
zsloan
2022-03-10
Use context manager with database connection
Frederick Muriuki Muriithi
2021-05-13
Fix load_phenotypes to run with GN2 latest
Arthur Centeno
2020-10-29
Replace map on strip with a list comprehension that calls strip()
BonfaceKilz
2020-08-27
Replace "string.split" & "string.join" with python's inbuilt methods
BonfaceKilz
2020-08-26
Replace tabs with spaces
BonfaceKilz
2020-08-19
Remove extra whitespace(or add it) from comma separated items
BonfaceKilz
2020-08-19
Make Python more idiomatic
BonfaceKilz
2020-08-19
Convert `raw_input` to `input`
BonfaceKilz
2020-08-19
Convert the use of iterator’s next() methods to the next() function
BonfaceKilz
2020-08-19
Change `dict.has_key(key)` to `key in dict`
BonfaceKilz
2020-08-19
Fix dictionary iteration methods
BonfaceKilz
2020-08-19
Wrap `map()` in a `list` call
BonfaceKilz
2020-08-18
Replace "raw_input" with "input"
BonfaceKilz
2020-08-18
Wrap print statements in parentheses
BonfaceKilz
2020-08-18
Replace DOS style line endings with UNIX style ones
BonfaceKilz
2020-08-18
Apply pep8
BonfaceKilz
2018-04-03
@acenteno added data upload scripts into main repo
Pjotr Prins