diff options
author | BonfaceKilz | 2021-07-29 16:28:12 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-07-29 21:40:19 +0300 |
commit | ac14e1167d866b8ab3a43583db8860ce99a3310b (patch) | |
tree | 1ef1d0791522d89e5cbba6ea20e3812da10f7c00 /HACKING.org | |
parent | f5d83ab0e6db9ed5fab2a97695fee698ed484f9a (diff) | |
download | genenetwork3-ac14e1167d866b8ab3a43583db8860ce99a3310b.tar.gz |
Add method for updating values from a sample dataset
* gn3/db/traits.py (update_sample_data): New function.
* tests/unit/db/test_traits.py: New test cases for ^^.
Diffstat (limited to 'HACKING.org')
-rw-r--r-- | HACKING.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING.org b/HACKING.org new file mode 100644 index 0000000..8c26a29 --- /dev/null +++ b/HACKING.org @@ -0,0 +1,8 @@ +* Introduction + +We are getting away from GitHub CI, and hosting our own CI servers. From GitHub, once a person makes a push, we'll be using [[https://github.com/adnanh/webhook][webhook]] to initiate laminar. + + +First install laminar (use the appropriate binary): + +: wget https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-linux-amd64.tar.gz && tar xf webhook-linux-amd64.tar.gz |