about summary refs log tree commit diff
diff options
context:
space:
mode:
authorziejd22019-01-28 16:49:51 -0600
committerziejd22019-01-28 16:49:51 -0600
commit49ed8cd0801e40d8339b6b99c4b6127af8775e69 (patch)
tree834948dd87e762aaf27e8d9a7a24343f4cf15fd8
parent7fb7f2d6df7ed81287a524e30ac3e39320c1c19a (diff)
parent09eb941e7eb24852e2c68c2b39e0d7a4b558f329 (diff)
downloadBNW-49ed8cd0801e40d8339b6b99c4b6127af8775e69.tar.gz
Merge branch 'master' of https://github.com/ziejd2/BNW
-rw-r--r--BNW_file_overview.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/BNW_file_overview.txt b/BNW_file_overview.txt
index 8eb60070..4e56d690 100644
--- a/BNW_file_overview.txt
+++ b/BNW_file_overview.txt
@@ -20,11 +20,17 @@ There are also several new run files: These have been added to the 'run_scripts'
 

 This file will provide an overview of the BNW code.

 

-At this point, BNW requires two packages that are not currently included in the BNW directory.

-These are Octave and dot/graphviz. The BNW code assumes:

+At this point, BNW requires three packages that are not currently included in the BNW directory.

+These are dot/graphviz; octave; and plotly. The BNW code assumes:

 a) dot can be executed using /usr/bin/dot

 b) octave can be executed using /usr/bin/octave

-

+c) plotly: 

+    The version of python on the current server is too old for plotly. I installed an newer version of python in my home directory:

+     python2.7 is currently installed in /home/jziebart/python/Python-2.7.15/python

+    Then, to use plotly, I modified files.py in:

+      /home/jziebart/python/lib/python2.7/site-packages/plotly to use absolute paths for PLOTLY_DIR and TEST_DIR

+    The files that need plotly are:  cv_plotly.py, kfold_plotly.py, and ts_plotly.py

+    

 BNW is currently located at /var/www/html/compbio/BNW_x.xx

 (The current development version is BNW_1.21).