aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorLei Yan2015-10-08 16:02:06 +0000
committerLei Yan2015-10-08 16:02:06 +0000
commita9910ed7c5b1b0959ae2a39872ff90a3a76d4e9e (patch)
tree8824c02a86fd5cff3b8738caa522a0a5a711a977 /wqflask
parent68d7bade13b96b99b63c564a7f758ce70a75e535 (diff)
downloadgenenetwork2-a9910ed7c5b1b0959ae2a39872ff90a3a76d4e9e.tar.gz
Committer: Lei Yan <lei@penguin.uthsc.edu>
On branch master
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/wgcna/wgcna_analysis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/wgcna/wgcna_analysis.py b/wqflask/wqflask/wgcna/wgcna_analysis.py
index a714319d..f23b1417 100644
--- a/wqflask/wqflask/wgcna/wgcna_analysis.py
+++ b/wqflask/wqflask/wgcna/wgcna_analysis.py
@@ -43,7 +43,7 @@ r_dev_off = ro.r["dev.off"] # Map the dev.off function
class WGCNA(object):
def __init__(self):
print("Initialization of WGCNA")
- log = r_file("/tmp/genenetwork_wcgna.log", open = "wt")
+ #log = r_file("/tmp/genenetwork_wcgna.log", open = "wt")
#r_sink(log) # Uncomment the r_sink() commands to log output from stdout/stderr to a file
#r_sink(log, type = "message")
r_library("WGCNA") # Load WGCNA - Should only be done once, since it is quite expensive