about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorziejd22019-06-27 14:05:04 -0500
committerGitHub2019-06-27 14:05:04 -0500
commitb02b3f60f17fcd75cd29dbb15ac7c349d0f88e51 (patch)
treecf873629a6c27ca78f2ec2006705a56a97a3b3ea /README.md
parent5310fa747a6a46a0e96dc649cbca863e2c44aeb4 (diff)
downloadBNW-b02b3f60f17fcd75cd29dbb15ac7c349d0f88e51.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 920a7e52..7205274c 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ This contains the code for the Bayesian Network Webserver (BNW).
 
 The main 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 added cross-validation/test set predictions in the development version as well as a couple of usability features.
+The current development version of BNW is compbio.uthsc.edu/BNW_1.22. I added a couple of new visualizations to this version.
 
 There are a couple of files in the info_files directory that provide descriptions of the BNW code and other information.
 
-There are four branches.
-1) master: This is currently compbio.uthsc.edu/BNW_1.21 on the BNW server.
+There are five branches.
+1) master: This is currently compbio.uthsc.edu/BNW_1.22 on the BNW server.
 
 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.
 
@@ -17,4 +17,5 @@ There are four branches.
 
 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.
 
+5) version-1.21: Temporarily keeping this version while cleaning up code and testing things in version 1.22.