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
Age
Commit message (
Expand
)
Author
2022-03-11
Add updated version of script for adding new expression sample data
zsloan
2022-03-10
Use context manager with database connection
Frederick Muriuki Muriithi
2021-12-17
Some updates to the DOL genotypes conversion script
zsloan
2021-11-05
Add created_timestamp when creating a new group
BonfaceKilz
2021-11-05
Add created_timestamp when creating a new group
BonfaceKilz
2021-11-05
Use members uuid
BonfaceKilz
2021-11-05
Add script for manually adding "editors" to each resource
BonfaceKilz
2021-10-25
scripts: resource: Add value for "admin" when updating resources
BonfaceKilz
2021-10-25
scripts: resource.py: Add shebang
BonfaceKilz
2021-10-25
scripts: group.py: Add extra optional arg to specify uid
BonfaceKilz
2021-10-25
scripts: group.py: Add shebang
BonfaceKilz
2021-10-22
Include the admin privilege for the 'editors' group, since it wasn't being se...
zsloan
2021-10-08
Fixed the sort to account for both chr and pos in a kind of hack-y way + adde...
zsloan
2021-10-08
Adding convert_dol_genotypes.py to scripts; everything is hard-coded in it si...
zsloan
2021-10-06
scripts: resource: Add option for specifying a groups uuid
BonfaceKilz
2021-10-06
scripts: group: Replace args.group_name with data["field"]
BonfaceKilz
2021-10-06
scripts: group: Update docstrings for "create_group_data"
BonfaceKilz
2021-10-06
scripts: group: Break up long line
BonfaceKilz
2021-10-06
scripts: group: Fix indentation
BonfaceKilz
2021-10-06
scripts: group: Remove empty `""` value for data.get
BonfaceKilz
2021-10-06
scripts: group: Remove unused import
BonfaceKilz
2021-10-06
scripts: group: Use a unique key to identify a group
BonfaceKilz
2021-10-04
Moved REDIS_CONN back into if __name__ == '__main__' since it doesn't need to...
zsloan
2021-10-04
Changed the group.py script to replace user e-mails with IDs and to include i...
zsloan
2021-10-04
scripts: group.py: Modify exit message when displaying updated data
BonfaceKilz
2021-10-04
scripts: group.py: Remove "glom" dependency
BonfaceKilz
2021-10-04
Decode redis response by default
BonfaceKilz
2021-10-04
Modify resource editing script to enable data backups & restoration
BonfaceKilz
2021-10-04
Add script that adds "editors" group to all resources in Redis
BonfaceKilz
2021-10-04
Add script for creating/ updating groups during authorisation
BonfaceKilz
2021-08-16
Add "Description" column to CaseAttribute
BonfaceKilz
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
2020-05-05
Add missing columns to db downloaded from AWS
BonfaceKilz
2020-04-28
Added a script for a default runner
Pjotr Prins
2018-04-03
@acenteno added data upload scripts into main repo
Pjotr Prins