about summary refs log tree commit diff
diff options
context:
space:
mode:
authorziejd22018-03-14 23:46:23 -0500
committerGitHub2018-03-14 23:46:23 -0500
commitc3537fd34cdd7688d0fe43c1702e0267bd9da2a5 (patch)
tree9c1a85bb2523bd8d76f6bc4d88dba09d56dec64b
parent01ff64d03ad7f5f3a3a22892042041f0d8c07f9d (diff)
downloadBNW-c3537fd34cdd7688d0fe43c1702e0267bd9da2a5.tar.gz
Update README.md
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c7f4ebbd..eac84ea0 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,12 @@ 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.
+1) master: This is currently identical to octave_php_separate
 
-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.
+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.
 
-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.
+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.
+
+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.