Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-18 | Document configurations | Frederick Muriuki Muriithi | |
Document the configurations for the service, and how to use them when invoking the service. | |||
2022-03-12 | doc: Update query for fetching case attribute data | BonfaceKilz | |
* doc/database.org: Also join on StrainId for case-attribute data. | |||
2022-02-09 | doc: Document how to fetch case-attribute data from a sample-list | BonfaceKilz | |
2021-11-17 | README.org: Replace broken link with environments page | BonfaceKilz | |
2021-11-17 | Moven GN API doc to gn-docs repo | Pjotr Prins | |
2021-10-28 | Remove all elasticsearch references in gn2 | BonfaceKilz | |
2021-10-26 | Remove unnecessary git pull commands from installation instructions | jgart | |
2021-10-25 | Merge github.com:genenetwork/genenetwork2 into acenteno | Arthur Centeno | |
2021-10-25 | Updated version of tutorials by ACenteno on 10-25-21 | Arthur Centeno | |
2021-10-13 | Add some documentation for generating heatmaps | Frederick Muriuki Muriithi | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/non-clustered-heatmaps-and-flipping.gmi * Add some documentation on generating the heatmaps, that would be useful for the end user. | |||
2021-10-06 | doc: docker-container.org: Remove python2 gn2 docker set-up command | BonfaceKilz | |
2021-08-24 | README: on installing GN2 | Pjotr Prins | |
2021-08-24 | README: install with guix profile | Pjotr Prins | |
2021-06-28 | Added doc for creating guix profile, written by Bonface | zsloan | |
2021-06-17 | doc: rpy2-performance: Add a section exploring possible solutions | BonfaceKilz | |
2021-06-17 | docs: rpy2-performance: Indicate version of python-rpy2 being used | BonfaceKilz | |
2021-06-17 | doc: rpy2-performance: Replace begin_export with begin_src | BonfaceKilz | |
2021-06-17 | doc: Add results of investing rpy2 blocking issue in gn2 | BonfaceKilz | |
2021-05-26 | doc: docker-container: Rename python3-genenetwork2 to genenetwork2 | BonfaceKilz | |
See: https://is.gd/gHJvhe | |||
2021-05-11 | doc: docker-container: Default to python3-genenetwork2 for examples | BonfaceKilz | |
2021-04-13 | SQL notes - table layout | Pjotr Prins | |
2021-04-13 | SQL notes - table layout | Pjotr Prins | |
2021-04-13 | SQL notes | Pjotr Prins | |
2021-04-13 | SQL notes | Pjotr Prins | |
2020-09-26 | Merge branch 'testing' into build/python3-migration | BonfaceKilz | |
2020-09-25 | Update docs on CI setup with docker | BonfaceKilz | |
* doc/docker-container.org: Update it. | |||
2020-09-22 | Update documentation on testing and CI | BonfaceKilz | |
* README.md: Update section on testing. * doc/docker-container.org: Add it. | |||
2020-08-20 | Replace all references to python2.7 with python3.8 | BonfaceKilz | |
Run: ``` find . -type f -print0 | xargs -0 sed -i \ "s|lib/python2.7/site-packages|lib/python3.8/site-packages|g" ``` | |||
2020-07-27 | Merge branch 'testing' into testing | Pjotr Prins | |
2020-07-27 | Document how to run tests | BonfaceKilz | |
* doc/testing.org: - Update how Mechanical Robs works. Python replaced Ruby as the testing tool - Add section that describes how to run unit tests | |||
2020-07-25 | Updating docs and show how to include a local Python module | Pjotr Prins | |
2020-04-30 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing.3 | Pjotr Prins | |
2020-04-30 | GN2 install checklist | Pjotr Prins | |
2020-04-28 | Redis setting | Pjotr Prins | |
2020-04-26 | Merge branch 'stable' of https://github.com/genenetwork/genenetwork2 into stable | Arthur Centeno | |
2020-04-24 | Replaced hard-coded instances of GN2 urls with ones pulled from settings file | zsloan | |
2020-04-23 | Docs | Pjotr Prins | |
2020-04-20 | Remove Elastic | Pjotr Prins | |
2020-04-20 | Text search comment | Pjotr Prins | |
2020-04-20 | Mariadb | Pjotr Prins | |
2020-01-14 | Updated Readme to reflect a couple changes | zsloan | |
2019-05-31 | Minor changes | zsloan | |
2019-05-29 | Added info for fetching trait list | zsloan | |
2019-05-24 | Put API readme in correct place | zsloan | |
2019-02-18 | Updated installation instructions and SERVER_PORT for single flask server | Pjotr Prins | |
2018-10-15 | Added "as root" for instructions on running ES | zsloan | |
Forgot to add to change user to root during the last commit | |||
2018-10-15 | Updated instructions for running elasticsearch | zsloan | |
Since I know I'll forget otherwise, updated instructions on starting up ES | |||
2018-09-15 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | Pjotr Prins | |
2018-08-23 | Added "change user to elasticsearch" | zsloan | |
Added "change user to elasticsearch" to the description of how to start elasticsearch | |||
2018-08-15 | ES comment | Pjotr Prins | |