aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2020-05-05Add missing columns to db downloaded from AWSBonfaceKilz
2020-04-28Added a script for a default runnerPjotr Prins
2018-04-03@acenteno added data upload scripts into main repoPjotr Prins