diff options
author | BonfaceKilz | 2021-06-17 10:11:53 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-06-17 10:24:50 +0300 |
commit | a992e2038424c2acdf11078356204847d128c8c6 (patch) | |
tree | 553638adf9554c9757593e94bff4bf91cd219935 /doc | |
parent | f7027d4c87786da0d505e0e8e1da23d6e55f6d80 (diff) | |
download | genenetwork2-a992e2038424c2acdf11078356204847d128c8c6.tar.gz |
docs: rpy2-performance: Indicate version of python-rpy2 being used
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpy2-performance.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/rpy2-performance.org b/doc/rpy2-performance.org index ddcac81a..177c427e 100644 --- a/doc/rpy2-performance.org +++ b/doc/rpy2-performance.org @@ -1,10 +1,10 @@ * Python-Rpy2 performance issues with genenetwork2 At one point, genenetwork2 was down. A possible cause was that it -wrote into the log file in an infinite loop due to rpy2, so a solution -was to empty it. Currently, as a work around, rpy2 is disabled by -removing it's imports. This affects WGCNA/ CTL imports and commenting -out Biweight Midcorrelation option in the trait page. See: +wrote into the log file in an infinite loop due to rpy2(v3.4.4), so a +solution was to empty it. Currently, as a work around, rpy2 is +disabled by removing it's imports. This affects WGCNA/ CTL imports and +commenting out Biweight Midcorrelation option in the trait page. See: - [[https://github.com/genenetwork/genenetwork2/commit/1baf5f7611909c651483208184c5fbf7d4a7a088][1baf5f7]] - [[https://github.com/genenetwork/genenetwork2/commit/afee4d625248565857df98d3510f680ae6204864][afee4d6]] |