diff options
author | Pjotr Prins | 2015-03-17 16:35:20 +0300 |
---|---|---|
committer | Pjotr Prins | 2015-03-17 16:35:20 +0300 |
commit | 42c94e94414da06d85dbb6f53e77eb660624b5d8 (patch) | |
tree | 3299bb67d344a8497d82bc2c851eef04fa6252c5 /wqflask | |
parent | 62f287b551a3b207eadffb52d6de1e0ef64a1a08 (diff) | |
download | genenetwork2-42c94e94414da06d85dbb6f53e77eb660624b5d8.tar.gz |
README: Started release information and versioning of module
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/my_pylmm/README.md | 9 | ||||
-rw-r--r-- | wqflask/wqflask/my_pylmm/pyLMM/__init__.py | 1 |
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" |