summaryrefslogtreecommitdiff
path: root/README.md
blob: 925c8ef80ca68187aab5be0d9854aa7d55fe0163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*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
```

Service start:
--------------

```
sudo mongod &
R CMD Rserve --vanilla &
unicorn -p 8088 -c unicorn.rb -E production
```

Visit:
------

```
http://localhost:8088
```