Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-02 | Move default settings into gn2 module. | Arun Isaac | |
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-25 | Updating docs and show how to include a local Python module | Pjotr Prins | |
2017-05-31 | JS module handling | Pjotr Prins | |
2017-05-21 | Merge from the diet branch. | Pjotr Prins | |
* refactored ./bin/genenetwork2 and /etc/default_settings - better detection of Guix - removed unused parameters, such as GEMMA_RESULT_PATH and TEMP_TRAITS - removing some default settings, such as PYLMM_COMMAND - rename some settings, such as SQL_URI and LOG_SQL_ALCHEMY - added GUIX_JS_PATH for JS modules * Added documentation on installing binary GN2 * Updated Twitter board to latest version in Guix - it had broken * Updated many tools in the latest Guix profile |