Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forgot to add to change user to root during the last commit
|
|
Since I know I'll forget otherwise, updated instructions on starting up ES
|
|
|
|
Added "change user to elasticsearch" to the description of how to start elasticsearch
|
|
|
|
I added the command to start elasticsearch, since I've had to look it up/ask Pjotr about it a couple times now.
|
|
|