diff options
author | zsloan | 2019-02-18 10:41:13 -0600 |
---|---|---|
committer | GitHub | 2019-02-18 10:41:13 -0600 |
commit | 91df491997694f1482119add20bb93bdd2f9e69b (patch) | |
tree | cf7bfb141eb8c77ded68c2a1214589226f82e925 /RELEASE-NOTES.md | |
parent | 57d6d5c279a0386cd6e6ebd1c075c97487a3ee13 (diff) | |
parent | 6167e78f7c37b26f5226936e8eff0fe31be8691e (diff) | |
download | genenetwork2-91df491997694f1482119add20bb93bdd2f9e69b.tar.gz |
Merge pull request #356 from pjotrp/gn-testing
Updated instructions and SERVER_PORT for single flask server
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r-- | RELEASE-NOTES.md | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d15cad1a..9ad75aa0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,4 @@ -## ChangeLog v2.11 (date unknown) +## ChangeLog v2.11 pre-release (date unknown) This is a massive bug fix release with many improvements. For contributions see @@ -6,12 +6,37 @@ see and [commits](https://github.com/genenetwork/genenetwork2/commits/master). +The current GNU Guix checkout is at + +https://gitlab.com/genenetwork/guix-bioinformatics/tree/gn-latest-20190213 + +and + +https://gitlab.com/genenetwork/guix/tree/gn-latest-20190213 + +With these branches a binary install can be fetched with + + env GUIX_PACKAGE_PATH=../guix-bioinformatics ./pre-inst-env guix package --substitute-urls="https://berlin.guixsd.org http://guix.genenetwork.org https://mirror.hydra.gnu.org" -i genenetwork2 -p ~/opt/gn-latest-20190213 + +The key for guix.genenetwork.org is + +```scheme +(public-key + (ecc + (curve Ed25519) + (q #D54AA5C8CBE268CBC82418AB83709611BAC88B39D44E68C18F6E16197B5B5CA0#) + ) + ) +``` + +### Migrated PIL to pillow (preparing for Python3 migration) + +### Dropped pylmm support + ### Added GEMMA support -* Front-end support +* Front-end support ### Added test framework and unit tests * Added python integration and unit tests - - |