diff options
author | Pjotr Prins | 2020-11-29 08:49:43 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-29 09:52:31 +0000 |
commit | 97916ac7b238f574040661d5b65dd39fccf12bfd (patch) | |
tree | 4a8682d76c31387ca1f98511614ad3b33e569c5d /RELEASE-NOTES.md | |
parent | db5a05633a8316d143b822c070d77e92759b27a4 (diff) | |
download | pangemma-97916ac7b238f574040661d5b65dd39fccf12bfd.tar.gz |
README and RELEASE-NOTES
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r-- | RELEASE-NOTES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 36243c1..7fa72cf 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -21,6 +21,15 @@ Maintenance release [docs](https://www.gnu.org/software/gsl/doc/html/rng.html). * The tests now use a fixed seed for the randomizer +A docker binary that runs on Linux, MaxOS and Windows can be downloaded from + +http://ipfs.genenetwork.org/ipfs/Qmaq1q73ox53ykKdRF6tYDXL9bEKJQfnGCqBxFdo1fcYPb/gemma-0.98.3-AMD64-Guix-docker-release.tgz + +After loading the image into Docker, run with something like + + docker run -w /run -v ${PWD}:/run ed5bf7499691 gemma -gk -bfile example/mouse_hs1940 + + ## ChangeLog v0.98.2 (2019/05/28) GCC 10.1 fix release |