diff options
| author | ziejd2 | 2018-09-21 00:03:30 -0500 |
|---|---|---|
| committer | GitHub | 2018-09-21 00:03:30 -0500 |
| commit | b54eccabd528e21465ff20f7134d9ea72c20c20a (patch) | |
| tree | 26364092142f2f45934962139575c264b61f31e4 | |
| parent | 89073f20cffa8f2856f86f1a7a7298027bfcc434 (diff) | |
| download | BNW-b54eccabd528e21465ff20f7134d9ea72c20c20a.tar.gz | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md index be324b94..5a6dd5a7 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ This contains the code for the Bayesian Network Webserver (BNW). -The original BNW website is compbio.uthsc.edu/BNW. +The original BNW website is compbio.uthsc.edu/BNW, which currently redirects to BNW_1.2. -The current development version of BNW is compbio.uthsc.edu/BNW_1.21. I am working on adding cross-validation to this version. - -There are a couple of intermediate versions that I kept on the BNW server. Some of them are related to the branches here. Descriptions of the branches are provided below. +The current development version of BNW is compbio.uthsc.edu/BNW_1.21. I am working on the cross-validation/test set predictions in the development version- these features have been removed from version 1.2. Otherwise, 1.2 and 1.21 should be the same. I recently added some text files here that provide more in-depth descriptions of the BNW code. These are not very readable, but will hopefully be useful for identifying which files need to be modified when updating BNW. @@ -16,12 +14,12 @@ These are not very readable, but will hopefully be useful for identifying which -BNW_data_flow.txt goes through a typical session of BNW describing the order in which codes and scripts are used, as well as when output files are written and the output file format. There are four branches. -1) master: This is currently compbio.uthsc.edu/BNW_1.2 on the BNW server. The main change here is the changes in the parameter learning methods. I think this version is ready for use as the main version of BNW. +1) master: This is currently compbio.uthsc.edu/BNW_1.2 on the BNW server. The main change here is the changes in the parameter learning methods. compbio.uthsc.edu/BNW redirects to this version. 2) 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. Currently, compbio.uthsc.edu/BNW redirects to this version. 3) 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 and a couple of new features were added. -4) 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. +4) 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. This branch could probably be deleted at some point. |
