From 42c94e94414da06d85dbb6f53e77eb660624b5d8 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 17 Mar 2015 16:35:20 +0300 Subject: README: Started release information and versioning of module --- wqflask/wqflask/my_pylmm/README.md | 9 +++++++++ wqflask/wqflask/my_pylmm/pyLMM/__init__.py | 1 + 2 files changed, 10 insertions(+) create mode 100644 wqflask/wqflask/my_pylmm/README.md (limited to 'wqflask') diff --git a/wqflask/wqflask/my_pylmm/README.md b/wqflask/wqflask/my_pylmm/README.md new file mode 100644 index 00000000..0c809610 --- /dev/null +++ b/wqflask/wqflask/my_pylmm/README.md @@ -0,0 +1,9 @@ +# RELEASE NOTES + +## 0.50-gn2-pre1 + +1. This is the first test release of multi-core pylmm into GN2. Both + Kinship K calculation and GWAS have been made multi-threaded by + introducing the Python multiprocessing module. Note that only + run_other has been updated to use the new routines. + \ No newline at end of file diff --git a/wqflask/wqflask/my_pylmm/pyLMM/__init__.py b/wqflask/wqflask/my_pylmm/pyLMM/__init__.py index e69de29b..c40c3221 100644 --- a/wqflask/wqflask/my_pylmm/pyLMM/__init__.py +++ b/wqflask/wqflask/my_pylmm/pyLMM/__init__.py @@ -0,0 +1 @@ +PYLMM_VERSION="0.50-gn2-pre1" -- cgit v1.2.3