aboutsummaryrefslogtreecommitdiff
path: root/doc/development.org
AgeCommit message (Expand)Author
2020-08-20Replace all references to python2.7 with python3.8...Run: ``` find . -type f -print0 | xargs -0 sed -i \ "s|lib/python2.7/site-packages|lib/python3.8/site-packages|g" ``` BonfaceKilz
2020-07-25Updating docs and show how to include a local Python modulePjotr Prins
2017-05-31JS module handlingPjotr Prins
2017-05-21Merge from the diet branch.... * 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 Pjotr Prins