Age | Commit message (Collapse) | Author |
|
|
|
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document the configurations for the service, and how to use them when
invoking the service.
|
|
* doc/database.org: Also join on StrainId for case-attribute data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See: https://is.gd/gHJvhe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* doc/docker-container.org: Update it.
|
|
* README.md: Update section on testing.
* doc/docker-container.org: Add it.
|
|
Run:
```
find . -type f -print0 | xargs -0 sed -i \
"s|lib/python2.7/site-packages|lib/python3.8/site-packages|g"
```
|
|
|
|
* doc/testing.org:
- Update how Mechanical Robs works. Python replaced Ruby as
the testing tool
- Add section that describes how to run unit tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|