about summary refs log tree commit diff
diff options
context:
space:
mode:
authorziejd22019-01-31 23:13:22 -0600
committerGitHub2019-01-31 23:13:22 -0600
commit8f5f30264bcfb8a2644a5f9ec5fba061690ba645 (patch)
tree62969c0ca7d6bbae54e04423730c4ade775f10dc
parenta7d529b3192e5b4261d1c63372a4fbfd8c45327b (diff)
downloadBNW-8f5f30264bcfb8a2644a5f9ec5fba061690ba645.tar.gz
Update README.md
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 192d9071..920a7e52 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,11 @@
 
 This contains the code for the Bayesian Network Webserver (BNW).
 
-The original BNW website is compbio.uthsc.edu/BNW, which currently redirects to BNW_1.2.
+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.
 
-There are a couple of files here that provide descriptions of the BNW code.
-
--BNW_file_overview.txt lists the files that are needed to run BNW and gives a brief description of the purpose of each file.
-
--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 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.