summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-11-26 15:31:42 +0000
committergebele <gebele@in-silico.ch>2018-11-26 15:31:42 +0000
commitd025b486306fea19d5454166701ea29b2953d014 (patch)
tree7da46ddbe8718cfcf38eda9f1cea8fee1bda9d35
parent9750e0309500259e9a56e267ce87984fb5bb5e53 (diff)
parentc129fa542e5701a65bc74f1490cc8d7c7e17c2ee (diff)
update mergeORN
-rw-r--r--README.md27
1 files changed, 19 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7c23d99..925c8ef 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,27 @@
-IST Software&Services GUI
-=========================
+*lazar* GUI
+===========
+ lazar ( Lazy Structure- Activity Relationships ) takes a chemical structure as input and provides predictions for a variety of toxic properties. lazar uses an automated and reproducible read across procedure to calculate predictions. Rationales for predictions, applicability domain estimations and validation results are presented in a clear graphical interface for the critical examination by toxicological experts.
Installation:
-------------
- bundle install
+
+```
+bundle install
+```
Service start:
-------
- sudo mongod &
- R CMD Rserve --vanilla &
- unicorn -p 8088 -c unicorn.rb -E production
+--------------
+
+```
+sudo mongod &
+R CMD Rserve --vanilla &
+unicorn -p 8088 -c unicorn.rb -E production
+```
Visit:
------
- http://localhost:8088
+
+```
+http://localhost:8088
+```
+