diff options
| author | ziejd2 | 2018-03-14 23:44:52 -0500 |
|---|---|---|
| committer | GitHub | 2018-03-14 23:44:52 -0500 |
| commit | 9ec0ecfeb0302df44dac3bc7c5ffd8341970e8b0 (patch) | |
| tree | fc1a760f63ac54632be9d47bfef7cd9e6ecfa69d /README.md | |
| parent | 1ff6baa44e22b91eefb48aea6f3befa078c0489b (diff) | |
| download | BNW-9ec0ecfeb0302df44dac3bc7c5ffd8341970e8b0.tar.gz | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md index ebd582bb..3832213d 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# BNW \ No newline at end of file +# BNW + +This contains the code for the Bayesian Network Webserver (BNW). +The original BNW website is compbio.uthsc.edu/BNW +The current development version of BNW is compbio.uthsc.edu/BNW_1.11 + +There are a couple of intermediate versions that I kept on the BNW server. Some of them are related to the branches below. + +There are four branches. +1) matlab_original (compbio.uthsc.edu/BNW_1.01): This is functionally identical to the original BNW code. The only difference is that unused files were removed. +2) octave_version (compbio.uthsc.edu/BNW_1.02): This should perform similarly to the original version of BNW. However, instead of Matlab, Octave is used. +3) octave_php_separate (compbio.uthsc.edu/BNW_1.1): The main goal here is to rewrite the code so that all calculations are performed in Octave. PHP code only reads from files and displays figures. I am making other small changes along the way. + + |
