summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-10-26 11:18:45 +0200
committergebele <gebele@in-silico.ch>2018-10-26 11:18:45 +0200
commit5bb4c24c6cfc1ddfae14eb9543b283baae2d75be (patch)
treece8a3fed569992dde0466f6fd9e0a358ab316476
parentea518191d873c397a13a672c572fb7653ad17ecb (diff)
updated readme
-rw-r--r--README.md26
1 files changed, 18 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7c23d99..a6209d4 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,26 @@
-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
+```