aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorPjotr Prins2015-03-17 16:35:20 +0300
committerPjotr Prins2015-03-17 16:35:20 +0300
commit42c94e94414da06d85dbb6f53e77eb660624b5d8 (patch)
tree3299bb67d344a8497d82bc2c851eef04fa6252c5 /wqflask
parent62f287b551a3b207eadffb52d6de1e0ef64a1a08 (diff)
downloadgenenetwork2-42c94e94414da06d85dbb6f53e77eb660624b5d8.tar.gz
README: Started release information and versioning of module
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/my_pylmm/README.md9
-rw-r--r--wqflask/wqflask/my_pylmm/pyLMM/__init__.py1
2 files changed, 10 insertions, 0 deletions
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"