aboutsummaryrefslogtreecommitdiff
path: root/scripts/maintenance
AgeCommit message (Expand)Author
2023-03-08Add DataAnalyzer.py script to maintenance scriptszsloan
2022-06-03Give speciesid single quotes like the other config_dic keys, just for consist...zsloan
2022-06-03Allow GenoFreezeId to be passed in configurations to load_genotypes.pyzsloan
2022-03-10Use context manager with database connectionFrederick Muriuki Muriithi
2021-05-13Fix load_phenotypes to run with GN2 latestArthur Centeno
2020-10-29Replace map on strip with a list comprehension that calls strip()BonfaceKilz
2020-08-27Replace "string.split" & "string.join" with python's inbuilt methodsBonfaceKilz
2020-08-26Replace tabs with spacesBonfaceKilz
2020-08-19Remove extra whitespace(or add it) from comma separated itemsBonfaceKilz
2020-08-19Make Python more idiomaticBonfaceKilz
2020-08-19Convert `raw_input` to `input`BonfaceKilz
2020-08-19Convert the use of iterator’s next() methods to the next() functionBonfaceKilz
2020-08-19Change `dict.has_key(key)` to `key in dict`BonfaceKilz
2020-08-19Fix dictionary iteration methodsBonfaceKilz
2020-08-19Wrap `map()` in a `list` callBonfaceKilz
2020-08-18Replace "raw_input" with "input"BonfaceKilz
2020-08-18Wrap print statements in parenthesesBonfaceKilz
2020-08-18Replace DOS style line endings with UNIX style onesBonfaceKilz
2020-08-18Apply pep8BonfaceKilz
2018-04-03@acenteno added data upload scripts into main repoPjotr Prins